{
  "name": "Gear2Run — Smart Running Outfit Planner",
  "short_name": "Gear2Run",
  "description": "Know exactly what to wear on your run. Real-time weather, smart outfit recommendations, and your gear inventory.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0f0e",
  "theme_color": "#C8845A",
  "categories": ["fitness", "sports", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Gear2Run Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Outfit",
      "short_name": "Outfit",
      "description": "See today's recommended running outfit",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Future Runs",
      "short_name": "Forecast",
      "description": "View running forecast for the week",
      "url": "/?page=forecast",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
