{
  "name": "Ingeni Health",
  "short_name": "Ingeni",
  "description": "AI-powered health optimization platform with personalized insights, real-time monitoring, and guided wellness programs",
  "start_url": "/today",
  "display": "standalone",
  "background_color": "#0a0f1a",
  "theme_color": "#0d9488",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "medical", "lifestyle"],
  "display_override": ["standalone", "minimal-ui"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "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 Monitor",
      "short_name": "Health",
      "description": "View vital signs and health metrics",
      "url": "/health-monitor",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Health AI",
      "short_name": "Ask AI",
      "description": "Ask your personal health AI",
      "url": "/health-ask",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Nutrition",
      "short_name": "Nutrition",
      "description": "Log food and nutrition data",
      "url": "/nutrition",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
