{
  "name": "Jim Gurtner Health Dashboard",
  "short_name": "Health",
  "description": "Personal health protocol tracker and biomarker dashboard",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%230f172a'/><text x='50' y='65' text-anchor='middle' font-size='50' fill='%233b82f6'>+</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}