{
  "name": "DoseDone",
  "short_name": "DoseDone",
  "description": "Never miss a dose. DoseDone delivers call based medication reminders with built-in wellness checks for seniors and patients,giving caregivers peace of mind.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#00BCD4",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["health", "medical", "lifestyle"],
"icons": [
  {
    "src": "/images/pwa-icons/icon-96.png",
    "sizes": "96x96",
    "type": "image/png"
  },
  {
    "src": "/images/pwa-icons/icon-144.png",
    "sizes": "144x144",
    "type": "image/png"
  },
  {
    "src": "/images/pwa-icons/icon-192.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
    "src": "/images/pwa-icons/icon-512.png",
    "sizes": "512x512",
    "type": "image/png"
  },
  {
    "src": "/images/pwa-icons/icon-1024.png",
    "sizes": "1024x1024",
    "type": "image/png"
  }
],
  "screenshots": [
    {
      "src": "/assets/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DoseDone Dashboard"
    },
    {
      "src": "/assets/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "DoseDone Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Medication",
      "short_name": "Add Med",
      "description": "Add a new medication reminder",
      "url": "/#add-medication",
      "icons": [{ "src": "/assets/icon-add.png", "sizes": "96x96" }]
    },
    {
      "name": "View Schedule",
      "short_name": "Schedule",
      "description": "View your medication schedule",
      "url": "/#schedule",
      "icons": [{ "src": "/assets/icon-schedule.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
