{
  "name": "Soak the Rockies - Hot Springs Directory",
  "short_name": "Soak the Rockies",
  "description": "Discover hot springs across Idaho, Montana, and Wyoming with real-time weather and road conditions",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf8f5",
  "theme_color": "#d08f56",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "outdoors", "maps"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Find Springs",
      "short_name": "Directory",
      "description": "Browse all hot springs",
      "url": "/directory",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Interactive map of hot springs",
      "url": "/map",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
