{
  "name": "Kerala Tourism AI",
  "short_name": "Kerala AI",
  "description": "Your AI-powered Kerala travel assistant for personalized trip planning",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#059669",
  "background_color": "#ffffff",
  "categories": ["travel", "tourism", "ai", "lifestyle"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "images/favicons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/favicons/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/favicons/apple-touch-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/favicons/apple-touch-icon-76x76.png",
      "sizes": "76x76",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/favicons/apple-touch-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/favicons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan Trip",
      "short_name": "Plan",
      "description": "Start planning your Kerala trip with AI",
      "url": "/chat?cta=true&new=true",
      "icons": [{ 
        "src": "images/favicons/apple-touch-icon-76x76.png", 
        "sizes": "76x76",
        "type": "image/png"
      }]
    },
    {
      "name": "Explore Destinations",
      "short_name": "Destinations",
      "description": "Discover Kerala destinations",
      "url": "/destinations",
      "icons": [{ 
        "src": "images/favicons/apple-touch-icon-76x76.png", 
        "sizes": "76x76",
        "type": "image/png"
      }]
    },
    {
      "name": "Chat with AI",
      "short_name": "Chat",
      "description": "Get instant travel advice",
      "url": "/chat",
      "icons": [{ 
        "src": "images/favicons/apple-touch-icon-76x76.png", 
        "sizes": "76x76",
        "type": "image/png"
      }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "images/favicons/og-image-1200x630.png",
      "sizes": "1200x630",
      "type": "image/png"
    }
  ]
} 