{
  "name": "BizDoc - Business Management",
  "short_name": "BizDoc",
  "description": "Create invoices, track payments and manage your business",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f5f2ed",
  "theme_color": "#1a4a2e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "url": "/invoices/new",
      "description": "Create a new invoice"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View dashboard"
    }
  ]
}