{
  "name": "AirYatra - India's Aviation OS",
  "short_name": "AirYatra",
  "description": "Book helicopter and air taxi services across India. India's Premier Aviation Operating System.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-IN",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "transportation", "booking", "business"],
  "shortcuts": [
    {
      "name": "Book Flight",
      "short_name": "Book",
      "description": "Book a helicopter flight",
      "url": "/booking",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your bookings",
      "url": "/customer",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "serviceworker": {
    "src": "/service-worker.js",
    "scope": "/",
    "type": "module"
  }
}
