{
  "name": "Dr. Aiva",
  "short_name": "Dr. Aiva",
  "description": "AI Vet Triage and Teleconsult in 60 seconds",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#1D9E75",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "lifestyle", "medical"],
  "shortcuts": [
    {
      "name": "New Triage",
      "short_name": "Triage",
      "description": "Start a free AI triage for your pet",
      "url": "/triage",
      "icons": [{ "src": "/icons/triage.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Care Plan",
      "short_name": "Care",
      "description": "View your pet care plan",
      "url": "/care",
      "icons": [{ "src": "/icons/care.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
