{
  "name": "L.A.N.C.E. — Mental Wellness Companion",
  "short_name": "L.A.N.C.E.",
  "description": "Your personal AI companion for mental wellness, mood tracking, and mindful growth.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d3d35",
  "theme_color": "#3ECFCF",
  "orientation": "portrait-primary",
  "categories": ["health", "lifestyle", "medical"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Daily Check-In",
      "short_name": "Check-In",
      "description": "Log your mood and daily check-in",
      "url": "/?tab=checkin",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat with L.A.N.C.E.",
      "short_name": "Chat",
      "description": "Open your AI wellness companion",
      "url": "/?tab=chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
