{
  "name": "FitCoach AI",
  "short_name": "FitCoach",
  "description": "AI-powered personalized fitness training plans",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "fitness"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Generate Plan",
      "url": "/generate",
      "description": "Create a new AI training plan"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your training dashboard"
    }
  ]
}
