{
  "name": "Dynamic Cycle Trainer",
  "short_name": "Cycle Trainer",
  "description": "AI-powered adaptive cycling training plans with Strava integration.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#aaff2e",
  "background_color": "#090e1a",
  "scope": "/",
  "categories": ["fitness", "sports", "health"],
  "icons": [
    {
      "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": [],
  "shortcuts": [
    {
      "name": "Training Plan",
      "url": "/dashboard",
      "description": "View your current training plan"
    },
    {
      "name": "Workout Calendar",
      "url": "/calendar",
      "description": "View your workout calendar"
    }
  ]
}
