{
  "name": "hanta news – Hantavirus Surveillance",
  "short_name": "hanta news",
  "description": "Real-time hantavirus surveillance and outbreak monitoring. Track cases, deaths, CFR trends and news across 24+ countries.",
  "id": "/?utm_source=pwa",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "categories": ["health", "news", "science", "medical"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "News",
      "short_name": "News",
      "description": "Latest hantavirus news articles",
      "url": "/news?utm_source=pwa"
    },
    {
      "name": "Dashboard",
      "short_name": "Data",
      "description": "Case data and trends",
      "url": "/daily?utm_source=pwa"
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Geographic outbreak map",
      "url": "/map?utm_source=pwa"
    }
  ]
}
