{
  "name": "The Washington Trip - Cross-Country Bike Journey",
  "short_name": "Washington Trip",
  "description": "Follow an epic cross-country bicycle journey from DC to Seattle with interactive maps, photos, and stories.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F97316",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshot1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Interactive bike route map with elevation profile"
    },
    {
      "src": "./screenshot2.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Daily timeline of the cross-country journey"
    }
  ],
  "shortcuts": [
    {
      "name": "View Map",
      "url": "./#map",
      "description": "View interactive bike route map"
    },
    {
      "name": "Timeline",
      "url": "./#timeline",
      "description": "View daily trip updates and stories"
    },
    {
      "name": "Statistics",
      "url": "./#stats",
      "description": "View trip statistics and metrics"
    }
  ],
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["travel", "sports", "lifestyle"],
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "iarc_rating_id": ""
}