Hyland Clinician Window WinMan

Hyland Clinician Window WinMan

Enables closing HCW tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hyland Clinician Window WinMan",
  "description": "Enables closing HCW tabs",
  "version": "1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/16-hyland-logo.png",
      "48": "icons/48-hyland-logo.png",
      "128": "icons/128-hyland-logo.png"
    }
  },
  "icons": {
    "16": "icons/16-hyland-logo.png",
    "48": "icons/48-hyland-logo.png",
    "128": "icons/128-hyland-logo.png"
  }
}