{
  "name": "bsInvoice — Invoicing & Estimating",
  "short_name": "bsInvoice",
  "description": "Professional invoicing, estimating, and client management for bsInvoice",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8f9ff",
  "theme_color": "#0071b3",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Document",
      "short_name": "New Doc",
      "description": "Create a new estimate or invoice",
      "url": "/invoices/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Invoices & Estimates",
      "short_name": "Invoices",
      "description": "View all documents",
      "url": "/invoices",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Clients Directory",
      "short_name": "Clients",
      "description": "Manage client directory",
      "url": "/clients",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
