{
  "name": "PeakScout",
  "short_name": "PeakScout",
  "description": "Outdoor intelligence: weather, trail conditions, avalanche danger, and safety alerts near you.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#ff6b35",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "scope": "/",
  "categories": ["weather", "navigation", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Briefing",
      "url": "/briefing",
      "description": "Your daily outdoor conditions briefing"
    },
    {
      "name": "Smart Alerts",
      "url": "/alerts/seasonal",
      "description": "Weather and trail alerts for your locations"
    },
    {
      "name": "Discover",
      "url": "/discover",
      "description": "Find trails, campgrounds, and more near you"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
