{
  "id": "/index.html",
  "name": "Vyaapar AI — Inventory & Billing",
  "short_name": "Vyaapar AI",
  "description": "Stock management and billing application for retail stores, supermarkets, and wholesale businesses.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0e1a",
  "theme_color": "#6C63FF",
  "categories": [
    "business",
    "productivity",
    "finance"
  ],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Bill",
      "short_name": "New Bill",
      "description": "Quickly create and print a customer invoice",
      "url": "/index.html#new-bill",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Scan Product Barcode",
      "short_name": "Scan Barcode",
      "description": "Open live camera barcode scanner",
      "url": "/index.html#scan",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}