{
  "name": "QueZap — Skip the Queue, Pre-order Food",
  "short_name": "QueZap",
  "description": "Pre-order food from top cafes across India. Skip the queue, walk in and collect.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fff8f0",
  "theme_color": "#f26100",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "categories": ["food", "lifestyle", "shopping"],
  "icons": [
    { "src": "/favicon.ico", "sizes": "64x64", "type": "image/x-icon" },
    { "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" }
  ],
  "screenshots": [],
  "shortcuts": [
    { "name": "Browse Cafes", "url": "/?page=restaurants", "icons": [{"src": "/favicon.ico", "sizes": "64x64"}] },
    { "name": "My Orders", "url": "/?page=profile", "icons": [{"src": "/favicon.ico", "sizes": "64x64"}] }
  ],
  "prefer_related_applications": false
}