{
  "name": "EazyMyTiffin — Fresh Tiffins Delivered Daily",
  "short_name": "EazyMyTiffin",
  "description": "Order fresh, hygienic tiffin delivered daily. Veg, Non-Veg & Mix plans from ₹99.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "background_color": "#FDF9F3",
  "theme_color": "#E8392A",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-IN",
  "categories": ["food", "lifestyle"],
  "id": "eazymytiffin-pwa",
  "launch_handler": {
    "client_mode": "auto"
  },
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Order Food",
      "short_name": "Order",
      "description": "Browse and order fresh meals",
      "url": "/food"
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "Open your tiffin dashboard",
      "url": "/home"
    },
    {
      "name": "Subscriptions",
      "short_name": "Plans",
      "description": "View subscription plans",
      "url": "/subscription"
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your orders",
      "url": "/orders"
    }
  ]
}
