{
  "name": "VEDA Athlete OS",
  "short_name": "VEDA",
  "description": "AI coaching operating system for endurance athletes",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050508",
  "theme_color": "#6366f1",
  "categories": ["health", "fitness", "sports"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Home", "url": "/", "description": "Athlete dashboard" },
    { "name": "Coach", "url": "/coach", "description": "AI coach chat" },
    { "name": "Recovery", "url": "/recovery", "description": "Recovery & readiness" }
  ]
}
