{
  "short_name": "EMR",
  "name": "EMR",
  "description": "Bệnh án điện tử",
  "version": "1.0",
  "manifest_version": 2,
  "icons": [
    {
      "src": "./img/logo/favicon.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/img/logo/favicon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "lang": "vi",
  "orientation": "portrait",
  "start_url": "/?source=pwa",
  "background_color": "#38a696",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#38a696",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "js/LeoScript.js"
  ]
}
