{
  "id": "abdul-health-tracker",
  "name": "Abdul Health Tracker",
  "short_name": "Health",
  "description": "A private, offline health and medical-life organizer for Abdul.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07111c",
  "theme_color": "#07111c",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Record BP session", "url": "./index.html?open=bp", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Voice memo", "url": "./index.html?open=voice", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "GI check-in", "url": "./index.html?open=gi", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ]
}
