{
  "id": "/dengue/",
  "name": "Dengue Patient Care",
  "short_name": "Dengue Care",
  "description": "Home-care guide and record tracker for dengue fever, with consultation from an infectious disease specialist. A product of Clinied.",
  "start_url": "./index.html?src=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6faf8",
  "theme_color": "#0f6e64",
  "lang": "en",
  "dir": "auto",
  "categories": [
    "health",
    "medical"
  ],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/shot-today.png",
      "sizes": "1000x1800",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Day-by-day fever tracking"
    },
    {
      "src": "icons/shot-warning.png",
      "sizes": "1000x2000",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "WHO warning signs checklist"
    }
  ]
}