{
  "name": "Lumi - Emotional Wellness Companion",
  "short_name": "Lumi",
  "description": "AI-powered emotional wellness companion with therapeutic audio, mood tracking, and personalized support.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait",
  "background_color": "#0A0E1A",
  "theme_color": "#7C5CFC",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/lumi-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/lumi-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/lumi-logo-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Talk to Lumi",
      "short_name": "Chat",
      "description": "Start a conversation with your AI companion",
      "url": "/chat",
      "icons": [{ "src": "/images/lumi-logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mood Check-in",
      "short_name": "Mood",
      "description": "Log how you're feeling right now",
      "url": "/mood",
      "icons": [{ "src": "/images/lumi-logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Therapeutic Audio",
      "short_name": "Audio",
      "description": "Listen to brainwave & soundscape sessions",
      "url": "/player",
      "icons": [{ "src": "/images/lumi-logo-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["health", "lifestyle", "medical"]
}
