{
  "name": "Spice Garden — Authentic Indian Restaurant",
  "short_name": "Spice Garden",
  "description": "Authentic Indian cuisine: dine-in, takeaway and easy table booking.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#b86436",
  "lang": "en",
  "dir": "auto",
  "categories": ["food", "restaurant", "lifestyle"],
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "View Menu",
      "short_name": "Menu",
      "url": "/menu"
    },
    {
      "name": "Book a Table",
      "short_name": "Booking",
      "url": "/booking"
    }
  ]
}
