{
  "name": "Serene",
  "short_name": "Serene",
  "description": "Your AI-powered mental wellness companion with meditation, mood tracking, and personalized support",
  "gcm_sender_id": "209617814208",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8FFFE",
  "theme_color": "#52C4A0",
  "categories": [
    "health",
    "lifestyle",
    "productivity"
  ],
  "lang": "en",
  "dir": "ltr",
  "version": "3.0.0",
  "icons": [
    {
      "src": "/serene-logo.png",
      "sizes": "192x192 512x512 1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Chat",
      "short_name": "Chat",
      "description": "Begin a conversation with Serene AI",
      "url": "/chat",
      "icons": [
        {
          "src": "/serene-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Track Mood",
      "short_name": "Mood",
      "description": "Log your current mood and feelings",
      "url": "/mood",
      "icons": [
        {
          "src": "/serene-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Wellness Tools",
      "short_name": "Tools",
      "description": "Access meditation, breathing, and wellness tools",
      "url": "/tools",
      "icons": [
        {
          "src": "/serene-logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}