{
  "short_name": "Bharat GST",
  "name": "Bharat GST Billing - Invoice & Inventory",
  "description": "Create GST invoices, manage inventory, track payments, and generate GSTR-1 & GSTR-3B returns.",
  "icons": [
    {
      "src": "/logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#312e81",
  "background_color": "#f8fafc",
  "orientation": "portrait-primary",
  "categories": ["business", "finance", "productivity"],
  "lang": "en-IN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new GST invoice",
      "url": "/invoices/new",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View business dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    }
  ]
}
