{
  "name": "Zupona — Trusted Online Shop",
  "short_name": "Zupona",
  "description": "40,000+ authentic products. Flash deals, free delivery over Tk 999, 30-day returns.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F6FC",
  "theme_color": "#7C3AED",
  "lang": "en",
  "categories": [
    "shopping",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Flash Deals",
      "url": "shop.html?sort=off"
    },
    {
      "name": "My Cart",
      "url": "cart.html"
    },
    {
      "name": "My Orders",
      "url": "account.html?tab=orders"
    },
    {
      "name": "Saved Items",
      "url": "account.html?tab=wish"
    }
  ]
}