{
  "name": "REMI \u2014 Reminder & Event Management Interface",
  "short_name": "REMI",
  "description": "Medication reminders, local health records, REMI assistant, reports, accessibility, and secure local profile tools.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#eff7ff",
  "theme_color": "#2368d8",
  "icons": [
    {
      "src": "assets/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask REMI",
      "url": "./index.html#remi"
    },
    {
      "name": "Add medication",
      "url": "./index.html#medications"
    },
    {
      "name": "Reminder manager",
      "url": "./index.html#reminders"
    },
    {
      "name": "Data hub",
      "url": "./index.html#datahub"
    },
    {
      "name": "Log wellness",
      "url": "./index.html#wellness"
    }
  ]
}