{
  "name": "ezeyway - Instant Delivery Nepal",
  "short_name": "ezeyway",
  "description": "Shop groceries, electronics, fashion, food & more with same-day delivery in Kathmandu Valley. Connect with local vendors for instant delivery within 2 hours.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#A98D7E",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["shopping", "lifestyle", "food", "utilities"],
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "update_via_cache": "none"
  },
  "icons": [
    {
      "src": "/ezy-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/ezy-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/ezy-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/alert-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Products",
      "short_name": "Search",
      "description": "Search for products in Kathmandu Valley",
      "url": "/search",
      "icons": [{ "src": "/ezy-icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Categories",
      "short_name": "Categories",
      "description": "Browse product categories",
      "url": "/categories",
      "icons": [{ "src": "/ezy-icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart",
      "icons": [{ "src": "/ezy-icon.svg", "sizes": "96x96" }]
    }
  ]
}