{
  "name": "WellBeing360",
  "short_name": "WellBeing360",
  "description": "AI-powered health check and mental health support in one app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00C896",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Health Check",
      "short_name": "Health",
      "description": "Run an AI health check",
      "url": "/health",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mental Health",
      "short_name": "Mind",
      "description": "Access mental health support",
      "url": "/mental",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
