{
  "name": "FitnessView",
  "short_name": "FitnessView",
  "description": "AI-powered performance companion",
  "start_url": "/fitness/",
  "scope": "/fitness/",
  "display": "standalone",
  "background_color": "#08080f",
  "theme_color": "#00ff87",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness"],
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today",
      "url": "/fitness/?tab=today",
      "description": "View today's readiness score"
    },
    {
      "name": "Train",
      "url": "/fitness/?tab=train",
      "description": "View today's workout"
    }
  ]
}
