{
  "name": "Caregiver Command Center",
  "short_name": "Caregiver",
  "description": "Your complete caregiving toolkit — medications, appointments, tasks, documents, and contacts in one place.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1C1C1E",
  "theme_color": "#1C1C1E",
  "categories": ["health", "lifestyle", "productivity"],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Dashboard overview"
    }
  ],
  "shortcuts": [
    {
      "name": "Medications",
      "url": "/?tab=meds",
      "description": "View medication schedule"
    },
    {
      "name": "Appointments",
      "url": "/?tab=appts",
      "description": "View upcoming appointments"
    },
    {
      "name": "Tasks",
      "url": "/?tab=tasks",
      "description": "View open tasks"
    }
  ]
}
