{
  "name": "RetailX by DigitalWebX",
  "short_name": "RetailX",
  "description": "Smart Retail Billing & Inventory Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1A56A0",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Billing / POS",
      "url": "/billing",
      "description": "Open the billing screen"
    },
    {
      "name": "Inventory",
      "url": "/inventory",
      "description": "Check inventory levels"
    }
  ]
}
