{
  "id": "/",
  "name": "raagas - Symphony of Flavours",
  "short_name": "raagas",
  "description": "Order authentic South Indian food online. Dosas, idlis, filter coffee and more.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f1f7f6",
  "theme_color": "#16a34a",
  "categories": ["food", "shopping"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/icons/raagas-logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/raagas-logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/raagas-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/menu-mobile.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Browse authentic South Indian menu"
    },
    {
      "src": "/screenshots/checkout-mobile.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Quick checkout with multiple payment options"
    },
    {
      "src": "/screenshots/tracking-mobile.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Track your order in real-time"
    }
  ],
  "share_target": {
    "action": "/menu",
    "method": "GET",
    "params": {
      "text": "q"
    }
  },
  "shortcuts": [
    {
      "name": "Order Food",
      "short_name": "Menu",
      "description": "Browse the menu and order",
      "url": "/menu?source=shortcut",
      "icons": [
        {
          "src": "/icons/raagas-logo-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Nearby Outlets",
      "short_name": "Nearby",
      "description": "Find outlets near you",
      "url": "/outlets?source=shortcut",
      "icons": [
        {
          "src": "/icons/raagas-logo-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "View your profile and orders",
      "url": "/account?source=shortcut",
      "icons": [
        {
          "src": "/icons/raagas-logo-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
