{
  "id": "./",
  "name": "IFMA Care Hub",
  "short_name": "Care Hub",
  "description": "Quick access to Integrative Family Medicine of Asheville's patient services.",
  "lang": "en",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#032f57",
  "theme_color": "#032f57",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Patient Portal",
      "short_name": "Portal",
      "url": "./?go=portal",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book an Appointment",
      "short_name": "Book",
      "url": "./?go=book",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Call the Office",
      "short_name": "Call",
      "url": "./?go=call",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
