{
  "id": "/index.html",
  "name": "Balaji Store",
  "short_name": "Balaji",
  "description": "Fresh & Daily Essentials – Order on WhatsApp",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FF6B00",
  "theme_color": "#FF6B00",
  "lang": "hi",
  "dir": "ltr",
  "categories": ["shopping", "food"],

  "icons": [
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Shop Now",
      "short_name": "Shop",
      "description": "Browse our products",
      "url": "/indexshop.html",
      "icons": [
        { "src": "/icon/shop192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "/icon/shop512.png", "sizes": "512x512", "type": "image/png" }
      ]
    },
    {
      "name": "WebHub",
      "short_name": "WebHub",
      "description": "Explore WebHub section",
      "url": "/indexwebhub.html",
      "icons": [
        { "src": "/icon/webhub192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "/icon/webhub512.png", "sizes": "512x512", "type": "image/png" }
      ]
    },
    {
      "name": "Today's Offers",
      "short_name": "Offers",
      "description": "View latest deals and discounts",
      "url": "/indexoffer.html",
      "icons": [
        { "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Policies",
      "short_name": "Policies",
      "description": "Store policies and information",
      "url": "/policies.html",
      "icons": [
        { "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "/icon/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Balaji Store Home"
    }
  ],

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "prefer_related_applications": false,
  "related_applications": []
}