{
  "name": "ALOYT Invoice Studio",
  "short_name": "ALOYT Invoice",
  "description": "Official ALOYT letterhead GST invoice generator — works offline",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#eef1f5",
  "theme_color": "#0C366E",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {"src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Create Invoice",
      "short_name": "New",
      "description": "Create a new GST invoice",
      "url": "/index.html",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Invoice History",
      "short_name": "History",
      "description": "View saved invoices",
      "url": "/index.html",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    }
  ],
  "prefer_related_applications": false
}