{
  "short_name": "EurosiaTrip",
  "name": "EurosiaTrip - Flight, Hotel & Travel Booking Engine",
  "description": "Book Flights, Hotels, Tour Packages, Visas & AI Travel Planning with EurosiaTrip",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0c0944",
  "theme_color": "#0c0944",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Flights",
      "short_name": "Flights",
      "description": "Search instant flight deals and air tickets",
      "url": "/?service=flight",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hotel Booking",
      "short_name": "Hotels",
      "description": "Book luxury resorts and budget hotel rooms",
      "url": "/?service=hotel",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View e-tickets, hotel vouchers, and booking status",
      "url": "/?view=bookings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Travel Assistant",
      "short_name": "AI Chat",
      "description": "Ask Eurosia AI for instant trip itineraries",
      "url": "/?action=aichat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "EurosiaTrip Travel Engine"
    }
  ]
}
