{
  "id": "/?source=pwa-fasttreck",
  "name": "FastTreck Travels - Holiday Packages, Flights & Tours",
  "short_name": "FastTreck",
  "description": "Explore India and international destinations. Book tours, flights, hotels and cruises with exclusive deals from FastTreck Travels.",

  "start_url": "/?utm_source=pwa&utm_medium=app",
  "scope": "/",

  "display": "standalone",
  "orientation": "portrait-primary",

  "background_color": "#ffffff",
  "theme_color": "#0A2540",

  "lang": "en-IN",

  "icons": [
    {
      "src": "/assets/img/pwa/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa/512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "categories": [
    "travel",
    "lifestyle",
    "booking",
    "tourism"
  ],

  "shortcuts": [
    {
      "name": "Search Packages",
      "short_name": "Packages",
      "description": "Browse holiday packages",
      "url": "/category/tour-packages",
      "icons": [
        {
          "src": "/assets/img/pwa/search.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Flight Bookings",
      "short_name": "Flights",
      "description": "Book domestic and international flights",
      "url": "/flights",
      "icons": [
        {
          "src": "/assets/img/pwa/flight.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with FastTreck Travels",
      "url": "/contact",
      "icons": [
        {
          "src": "/assets/img/pwa/contact.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "prefer_related_applications": false
}