{
  "name": "Go Travelist Asia",
  "short_name": "Travelist Asia",
  "description": "Premier Pan-Asian travel directory and non-flight booking hub for authentic ground and maritime experiences.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#070D1E",
  "theme_color": "#070D1E",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "travel",
    "navigation",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/assets/images/logo-gta-icon.svg",
      "sizes": "48x48 72x72 96x96 128x128 256x256",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/images/pwa-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/pwa-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/logo-gta-floating-center.svg",
      "sizes": "32x32 64x64",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Destinations",
      "short_name": "Explore",
      "description": "Browse curated regions across Asia",
      "url": "/pages/explore.html",
      "icons": [
        {
          "src": "/assets/images/logo-gta-icon.svg",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Travel Creator Hub",
      "short_name": "Reels",
      "description": "Watch vertical travel videos and creator reels",
      "url": "/pages/travel-reel.html",
      "icons": [
        {
          "src": "/assets/images/logo-gta-floating-center.svg",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Saved Collections",
      "short_name": "Saved",
      "description": "View saved listings and trip budget estimator",
      "url": "/pages/saved.html",
      "icons": [
        {
          "src": "/assets/images/logo-gta-icon.svg",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Traveler Profile",
      "short_name": "Profile",
      "description": "Manage account preferences and partner portals",
      "url": "/pages/profile.html",
      "icons": [
        {
          "src": "/assets/images/logo-gta-icon.svg",
          "sizes": "48x48"
        }
      ]
    }
  ]
}
