{
  "name": "LokTech Dex Pro",
  "short_name": "LokTech Dex Pro",
  "description": "Generate GST-compliant invoices, debit/credit notes, e-way bills and track stock — all from your phone.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0F172A",
  "background_color": "#0F172A",
  "lang": "en-IN",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "+ Invoice",
      "description": "Quick-create a GST invoice",
      "url": "/invoices/create?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Stock Ledger",
      "short_name": "Stock",
      "description": "Check live stock levels",
      "url": "/stock?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sales List",
      "short_name": "Sales",
      "description": "View all sales invoices",
      "url": "/invoices?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Bank & Reconciliation",
      "short_name": "Bank",
      "description": "Bank statements, ledgers and P&L",
      "url": "/bank?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
