{
  "name": "Yatri AI — Nashik Kumbh Mela 2027",
  "short_name": "Yatri AI",
  "description": "Multilingual AI voice assistant for Nashik Kumbh Mela 2027. Ask anything about Kumbh in 11 languages.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#FFF8F0",
  "theme_color": "#4A0A12",
  "categories": ["travel", "navigation", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask AI",
      "short_name": "Chat",
      "description": "Voice or text chat with Yatri AI",
      "url": "/?page=assistant",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Explore Nashik",
      "short_name": "Explore",
      "description": "Browse 200+ places in Nashik",
      "url": "/?page=explore",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Emergency SOS",
      "short_name": "SOS",
      "description": "Instant emergency help and hotlines",
      "url": "/?page=emergency",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Map & Navigation",
      "short_name": "Map",
      "description": "Interactive map with directions",
      "url": "/?page=map",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "share_target": {
    "action": "/?share=true",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
