{
  "name": "TastyKhana — Authentic Indian home food",
  "short_name": "TastyKhana",
  "description": "Order authentic Indian home-cooked food from verified home chefs and restaurants. Fresh tiffins, festival specials, and daily meals delivered.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FBF7EE",
  "theme_color": "#FF7A00",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["food", "shopping", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/icons/screenshot-1.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Order authentic Indian food" }
  ],
  "shortcuts": [
    {
      "name": "Order now",
      "short_name": "Order",
      "description": "Browse the menu and order",
      "url": "/?source=shortcut_order",
      "icons": [{ "src": "/icons/shortcut-order.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My orders",
      "short_name": "My orders",
      "description": "Track your recent orders",
      "url": "/chef-orders?source=shortcut_orders",
      "icons": [{ "src": "/icons/shortcut-orders.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Home chefs",
      "short_name": "Chefs",
      "description": "Browse home chefs",
      "url": "/home-chefs?source=shortcut_chefs",
      "icons": [{ "src": "/icons/shortcut-chefs.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
