{
  "name": "SMPatel IT Hub Water ERP",
  "short_name": "WaterERP",
  "description": "Water bottle distribution ERP — mobile PWA with offline support",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [ "standalone", "minimal-ui" ],
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#0d6efd",
  "lang": "en",
  "dir": "ltr",
  "categories": [ "business", "productivity" ],
  "prefer_related_applications": false,
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "url": "/Order/Create"
    },
    {
      "name": "Deliveries",
      "short_name": "Delivery",
      "url": "/Delivery"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "/Customer"
    }
  ]
}