{
  "name": "CareAI - Health & Wellness Assistant",
  "short_name": "CareAI",
  "description": "Your AI-powered health and wellness companion. Track fitness, nutrition, sleep, and more with intelligent insights.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5fcfc",
  "theme_color": "#3EBDB4",
  "orientation": "any",
  "scope": "/",
  "categories": ["health", "fitness", "lifestyle", "medical"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Health Dashboard",
      "short_name": "Dashboard",
      "description": "View your health metrics",
      "url": "/health-dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Coach",
      "short_name": "Coach",
      "description": "Chat with AI health coach",
      "url": "/ai-health-coach",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Workouts",
      "short_name": "Workouts",
      "description": "Browse workout library",
      "url": "/workout-library",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}