{
  "name": "Fizam Table Water — Order & Track Delivery",
  "short_name": "Fizam Water",
  "description": "Order quality-certified table water and track your deliveries in real-time.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1f71",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "shopping", "food"],
  "shortcuts": [
    {
      "name": "Order Water",
      "short_name": "Order",
      "description": "Place a new water order",
      "url": "/order",
      "icons": [{ "src": "/images/favicon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your orders and account",
      "url": "/dashboard",
      "icons": [{ "src": "/images/favicon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
