{
  "name": "InvoiceSaga",
  "short_name": "InvoiceSaga",
  "description": "Professional invoicing and quoting — offline-first, no subscription.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f5f7",
  "theme_color": "#21263c",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new invoice",
      "url": "/?page=invoices"
    },
    {
      "name": "New Quote",
      "short_name": "Quote",
      "description": "Create a new quote",
      "url": "/?page=quotes"
    }
  ]
}
