{
  "id": "/",
  "name": "MunchAdda — Campus Food Ordering",
  "short_name": "MunchAdda",
  "description": "Order food from your campus canteen — skip the queue, pay online, and pick up with a QR code.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F5F5F5",
  "theme_color": "#E8390E",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["food", "shopping", "lifestyle"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse canteens and order food"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MunchAdda — campus food ordering"
    }
  ],
  "shortcuts": [
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your recent orders and QR codes",
      "url": "/orders"
    },
    {
      "name": "Browse Canteens",
      "short_name": "Canteens",
      "description": "Find food on your campus",
      "url": "/canteens"
    }
  ]
}
