{
  "name": "Daily Care Hub",
  "short_name": "Care Hub",
  "description": "Secure, encrypted care logging for complex medical needs",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#3A86A8",
  "background_color": "#F2F5F7",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Care",
      "short_name": "Log",
      "url": "/log/",
      "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Medications",
      "short_name": "Meds",
      "url": "/medications/",
      "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "categories": ["medical", "health", "productivity"]
}
