{
  "name": "Neonatal Jaundice Calculator",
  "short_name": "Jaundice Calc",
  "description": "Automated treatment thresholds for neonatal jaundice",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f0f4f5",
  "theme_color": "#005eb8",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}