{
  "name": "DIAV1 — AI-Powered Health Platform",
  "short_name": "DIAV1",
  "description": "AI-powered health platform for government, NGOs, and healthcare organizations.",
  "start_url": "/login",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#2563EB",
  "categories": ["business", "productivity", "health", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "url": "/dashboard",
      "description": "Go to dashboard"
    },
    {
      "name": "AI Assistant",
      "url": "/assistant",
      "description": "Open AI assistant"
    },
    {
      "name": "Alerts",
      "url": "/notifications",
      "description": "View alerts"
    }
  ]
}
