{
  "name": "MAI by AZORA — Medical AI",
  "short_name": "MAI",
  "description": "Your personal Medical AI consultant. Blood test analysis, health monitoring, AI diagnostics.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#faf8f5",
  "theme_color": "#1a5c3a",
  "orientation": "portrait-primary",
  "lang": "lt",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Chat with AI Doctor",
      "short_name": "Chat",
      "url": "/app",
      "icons": []
    },
    {
      "name": "Health Score",
      "short_name": "Score",
      "url": "/health-score/1",
      "icons": []
    },
    {
      "name": "Health Lottery",
      "short_name": "Lottery",
      "url": "/lottery",
      "icons": []
    }
  ]
}
