{
  "id": "/",
  "name": "Voyago Experiences",
  "short_name": "Voyago",
  "description": "Curated travel guides and unforgettable tours around the world.",
  "lang": "en",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#FDF8F3",
  "theme_color": "#FF3C00",
  "orientation": "portrait-primary",
  "categories": ["travel", "lifestyle", "navigation"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Search Destinations",
      "short_name": "Search",
      "url": "./search",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
