Michael's Upgrade for TrakED

Michael's Upgrade for TrakED

Upgraded features for TrakED in the THS. (This extension is not an official product of the THS or Intersystems TrakCare software.)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Michael's Upgrade for TrakED",
  "short_name": "Michael's TrakED",
  "version": "3.0",
  "description": "Upgraded features for TrakED in the THS. (This extension is not an official product of the THS or Intersystems TrakCare software.)",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://trak-ed.health.local/*"
  ],
  "icons": {
    "48": "Icons/icon-48.png",
    "128": "Icons/icon-128.png",
    "512": "Icons/icon-512.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "Icons/*",
        "Pages/*"
      ],
      "matches": [
        "*://trak-ed.health.local/*"
      ]
    }
  ],
  "background": {
    "service_worker": "Background/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://trak-ed.health.local/*"
      ],
      "js": [
        "jquery-3.3.1.js",
        "Scripts/u4ED_login.js",
        "Scripts/u4ED_icon.js",
        "Scripts/u4ED_EDList.js",
        "Scripts/u4ED_EMUList.js",
        "Scripts/u4ED_enquiry.js",
        "Scripts/u4ED_triage.js"
      ]
    }
  ]
}