{
  "name": "Tours Globe — My Bookings",
  "short_name": "TG Portal",
  "description": "Track your Tours Globe trips, view booking details and get live coach tracking.",
  "start_url": "/TGClientsPortal.html?utm_source=pwa",
  "id": "/TGClientsPortal.html",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0f2040",
  "theme_color": "#0f2040",
  "lang": "en-GB",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/tg-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/tg-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/tg-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "categories": ["travel", "lifestyle"],
  "shortcuts": [
    {
      "name": "My Trips",
      "short_name": "Trips",
      "description": "View your booked trips",
      "url": "/TGClientsPortal.html?tab=MyTrips&utm_source=pwa_shortcut",
      "icons": [{ "src": "/tg-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Track Coach",
      "short_name": "Track",
      "description": "Live coach tracking",
      "url": "/TGClientsPortal.html?tab=Dashboard&utm_source=pwa_shortcut",
      "icons": [{ "src": "/tg-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
