{
  "name": "EuroTripSaver",
  "short_name": "EuroTrip",
  "description": "AI-powered European travel planner. Discover hidden gems, compare budgets, and build custom day itineraries.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fcfcfd",
  "theme_color": "#1e6e3e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["travel", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1467269204594-9661b134dd2b?q=80&w=1200&auto=format&fit=crop",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "EuroTripSaver Home Page — Discover Europe with AI"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Trip Planner",
      "short_name": "Planner",
      "description": "Start planning a new European trip with AI",
      "url": "/chatbot",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "Explore Destinations",
      "short_name": "Explore",
      "description": "Search cities, hotels, and restaurants across Europe",
      "url": "/search",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "Travel Blog",
      "short_name": "Blog",
      "description": "Read expert European travel guides",
      "url": "/blog",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    }
  ]
}
