{
  "name": "YatraJunction – AI Travel Guide for India",
  "short_name": "YatraJunction",
  "description": "Free AI-powered travel guide & trip planner for India. Smart itineraries, live train/bus/flight fares, food guides and offbeat destinations.",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#fff8f0",
  "theme_color": "#e67300",
  "orientation": "portrait-primary",
  "categories": ["travel", "navigation", "lifestyle", "education"],
  "lang": "en-IN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan a Trip",
      "short_name": "Plan Trip",
      "description": "Start planning your next India trip with AI",
      "url": "/?action=plan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Explore Destinations",
      "short_name": "Explore",
      "description": "Browse curated Indian destinations",
      "url": "/?view=explore",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Fare Calculator",
      "short_name": "Fares",
      "description": "Check live train, bus and flight fares",
      "url": "/?tool=fares",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
