{
  "name": "Herts KidneyCare — Kidney Health Checker",
  "short_name": "Kidney Checker",
  "description": "Calculate your eGFR, track kidney function over time, and understand your CKD risk. Developed by Dr Christopher Lawrence, Consultant Nephrologist.",
  "start_url": "./kidney-checker.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f6f4f1",
  "theme_color": "#a56968",
  "lang": "en-GB",
  "categories": ["medical", "health", "education"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculate eGFR",
      "short_name": "eGFR",
      "description": "Go straight to the eGFR calculator",
      "url": "./kidney-checker.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
