{
  "name": "FoodLoop — Fresh daily",
  "short_name": "FoodLoop",
  "description": "Fresh meat, veggies, and fruits. Next-day delivery across Hyderabad. WhatsApp-first.",
  "id": "/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0908",
  "theme_color": "#0A0908",
  "categories": ["food", "shopping", "lifestyle"],
  "dir": "ltr",
  "lang": "en-IN",
  "icons": [
    {
      "src": "pwa-icons/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "pwa-icons/icon-maskable.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Your cart",
      "short_name": "Cart",
      "description": "Resume where you left off",
      "url": "./index.html?cart=open",
      "icons": [{ "src": "pwa-icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Your orders",
      "short_name": "Orders",
      "description": "Track your deliveries",
      "url": "./index.html?route=orders",
      "icons": [{ "src": "pwa-icons/icon.svg", "sizes": "any" }]
    }
  ]
}
