{
  "name": "HEYLZY — AI Wellness",
  "short_name": "HEYLZY",
  "description": "One app for sleep, mood, nutrition, hydration, fitness, cycle tracking — and an AI coach that knows your data.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0d0f14",
  "theme_color": "#14b8a6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    {
      "name": "Daily Check-in",
      "short_name": "Check-in",
      "description": "Log sleep, mood & energy in 60 seconds",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Chat with your wellness buddy",
      "url": "/dashboard/buddy",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "AI Coach",
      "short_name": "Coach",
      "description": "Chat with your AI wellness coach",
      "url": "/chat",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Log Water",
      "short_name": "Water",
      "description": "Quick-log your water intake",
      "url": "/dashboard/hydration",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
