{
  "name": "ProQuote — Professional Document Suite",
  "short_name": "ProQuote",
  "description": "Create professional quotations, invoices, and delivery notes. Free, offline-ready.",
  "id": "/app/index.html",
  "start_url": "/app/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#6366f1",
  "theme_color": "#6366f1",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/assets/img/PWA.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/PWA.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/PWA.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/img/PWA.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Quotation",
      "short_name": "Quotation",
      "url": "/app/index.html?type=quotation",
      "icons": [{ "src": "/assets/img/PWA.png", "sizes": "192x192" }]
    },
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "url": "/app/index.html?type=invoice",
      "icons": [{ "src": "/assets/img/PWA.png", "sizes": "192x192" }]
    }
  ]
}
