{
  "name": "Altitude Rooftop Lounge",
  "short_name": "Altitude",
  "description": "Order food and reserve a table directly with Altitude Rooftop Lounge, MG Road, Agra.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08080C",
  "theme_color": "#08080C",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": [
    "food",
    "restaurant",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Order food",
      "short_name": "Order",
      "url": "/menu"
    },
    {
      "name": "Reserve a table",
      "short_name": "Reserve",
      "url": "/reserve"
    },
    {
      "name": "Track my order",
      "short_name": "Track",
      "url": "/track"
    }
  ]
}
