{
  "name": "MediCard - Medical Profile Manager",
  "short_name": "MediCard",
  "description": "Your complete health profile, always with you. Works offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#302b63",
  "background_color": "#0f0c29",
  "icons": [
    { "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Medications", "url": "/?section=medications", "description": "View your medications" },
    { "name": "Doctors",     "url": "/?section=doctors",     "description": "View your doctors" }
  ]
}
