{
  "id": "/",
  "name": "TrekBound — Explore History Anywhere",
  "short_name": "TrekBound",
  "description": "Discover source-backed history around you, collect Passport stamps, build road trips, and explore live views from historic places.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#071713",
  "theme_color": "#0b2c24",
  "orientation": "any",
  "categories": ["education", "travel", "lifestyle"],
  "icons": [
    { "src": "/icons/pastpath-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pastpath-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pastpath-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "History near me", "short_name": "Near me", "url": "/?pwa-action=nearby", "icons": [{ "src": "/icons/pastpath-192.png", "sizes": "192x192" }] },
    { "name": "My Passport", "short_name": "Passport", "url": "/?pwa-action=passport", "icons": [{ "src": "/icons/pastpath-192.png", "sizes": "192x192" }] },
    { "name": "Live Now", "short_name": "Live Now", "url": "/?pwa-action=webcams", "icons": [{ "src": "/icons/pastpath-192.png", "sizes": "192x192" }] }
  ],
  "launch_handler": { "client_mode": "focus-existing" },
  "share_target": {
    "action": "/?pwa-action=search",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "prefer_related_applications": false
}
