{
  "name": "RateCheck Travel & Hotel Booking",
  "short_name": "RateCheck",
  "description": "Book Flights and Hotels seamlessly with live fare comparison and best rates guaranteed.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#123b6a",
  "theme_color": "#123b6a",
  "scope": "/",
  "categories": ["travel", "booking", "lifestyle"],
  "icons": [
    {
      "src": "/favicon/transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Flights",
      "short_name": "Flights",
      "description": "Search and book flights",
      "url": "/",
      "icons": [{ "src": "/favicon/transparent.png", "sizes": "192x192" }]
    },
    {
      "name": "Book Hotels",
      "short_name": "Hotels",
      "description": "Find and book hotels",
      "url": "/hotels",
      "icons": [{ "src": "/favicon/transparent.png", "sizes": "192x192" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View saved bookings and tickets",
      "url": "/portal/mybooking",
      "icons": [{ "src": "/favicon/transparent.png", "sizes": "192x192" }]
    }
  ]
}
