{
  "name": "EHR Your Way",
  "short_name": "EHR Mobile",
  "description": "EHR Your Way - Electronic Health Records Mobile Application",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0072C5",
  "theme_color": "#0072C5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "UITheme/images/ehrpwalogo192_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "UITheme/images/ehrpwalogo512_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}