{
  "name": "Lavish Mandi",
  "short_name": "Lavish Mandi",
  "description": "Explore our delicious mandi with fresh ingredients and amazing flavors",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111320",
  "theme_color": "#fcc804",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "food",
    "restaurant",
    "dining"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Menu",
      "short_name": "Menu",
      "description": "View our menu",
      "url": "/",
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}