{
  "name": "Medical Guardian",
  "short_name": "MedGuardian",
  "description": "Your AI-powered medication reminder and health companion",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0066cc",
  "theme_color": "#0066cc",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Medication",
      "url": "/?action=add-med",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency",
      "url": "/?tab=emergency",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
