{
  "name": "Payzora - Crypto Invoicing",
  "short_name": "Payzora",
  "description": "Crypto invoicing and portfolio management platform",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your dashboard"
    },
    {
      "name": "Create Invoice",
      "url": "/user/invoices/new",
      "description": "Create a new invoice"
    },
    {
      "name": "Portfolio",
      "url": "/dashboard/portfolio",
      "description": "View your crypto portfolio"
    }
  ]
}