{
  "short_name": "Kelaura",
  "name": "Kelaura — Seizure & Medication Tracker",
  "description": "Track seizures, medications, and discover meaningful patterns.",
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0F3D33",
  "background_color": "#F8F6F1",
  "icons": [
    { "src": "favicon.ico?v=3", "sizes": "16x16 32x32 48x48", "type": "image/x-icon" },
    { "src": "apple-touch-icon.png?v=3", "sizes": "180x180", "type": "image/png" },
    { "src": "icon-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Just had a seizure?",
      "short_name": "Recovery Mode",
      "description": "Open Recovery Mode to quickly log a seizure and start recovering",
      "url": "/post-ictal",
      "icons": [
        { "src": "shortcut-recovery-96.png?v=1", "sizes": "96x96", "type": "image/png", "purpose": "any" },
        { "src": "shortcut-recovery-192.png?v=1", "sizes": "192x192", "type": "image/png", "purpose": "any" }
      ]
    }
  ]
}
