{
  "name": "MyCoach.ai",
  "short_name": "MyCoach",
  "description": "Personalized AI-driven fitness and diet coaching with weekly plans, meal tracking, and progress logging",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#090b10",
  "theme_color": "#090b10",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    {
      "name": "Today's Plan",
      "short_name": "Today",
      "description": "Open today's workout and meal plan",
      "url": "/?tab=today",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Weekend Check-in",
      "short_name": "Check-in",
      "description": "Fill weekly check-in for Claude",
      "url": "/?tab=brief",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
