{
  "name": "MyMeds — Smart Medication Reminders",
  "short_name": "MyMeds",
  "description": "Never miss a dose. Smart medication reminders, pill bottle scanning, and family caregiver sharing.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f766e",
  "orientation": "portrait",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Add medication",
      "url": "/medications/new",
      "icons": [{ "src": "/icons/add-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Today's doses",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/dose-96.png", "sizes": "96x96" }]
    }
  ]
}
