Nuance EHRi Web Extension

Nuance EHRi Web Extension

Nuance EHR Interface Web Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nuance EHRi Web Extension",
  "short_name": "Nuance.EHRi",
  "version": "3.24.0.7445",
  "description": "Nuance EHR Interface Web Extension",
  "minimum_chrome_version": "110.0.0.0",
  "action": {
    "default_icon": "images/DMGreen16x16.png"
  },
  "icons": {
    "16": "images/DMGreen16x16.png",
    "32": "images/DMGreen32x32.png",
    "48": "images/DMGreen48x48.png",
    "128": "images/DMGreen128x128.png"
  },
  "permissions": [
    "tabs",
    "nativeMessaging",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*/Shibboleth.sso/*",
        "*://averapacsweb/*"
      ],
      "all_frames": false,
      "run_at": "document_end",
      "js": [
        "content_Ehri.js",
        "jslib/ehriContentController.js",
        "jslib/appConfig.js",
        "jslib/elementMonitor.js",
        "jslib/stringMonitor.js",
        "jslib/stringExt.js",
        "jslib/htmlExtractorMeditech.js",
        "jslib/htmlTransform.js",
        "jslib/htmlTransformMeditech.js",
        "jslib/events.js",
        "jslib/utils.js",
        "jslib/domUtils.js",
        "jsonpath-0.8.0.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content_Ehri.js",
        "data/*.json",
        "jslib/*.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}