Qure4u CareManager

Qure4u CareManager

This extension activates the Qure4u CareManager app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Qure4u CareManager",
  "description": "This extension activates the Qure4u CareManager app",
  "version": "2758.12.44",
  "version_name": "5.2.0",
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://preview.athenahealth.com/*",
        "https://www.athenahealth.com/*",
        "https://*.my-care-plan.com/*",
        "https://athenanet.athenahealth.com/*",
        "*://enterprise.unifiedwomens.com/*",
        "*://pro-landing.unifiedwomens.com/*",
        "*://www.office.com/*",
        "*://preview.athenahealth.com/*",
        "*://unifiedwomens.com/*",
        "*://womancare4u.com/*",
        "*://athenanet.athenahealth.com/2183/*",
        "*://athenanet.athenahealth.com/10633/*",
        "*://athenanet.athenahealth.com/2183/*",
        "*://athenanet.athenahealth.com/11541/*",
        "*://athenanet.athenahealth.com/7773/*",
        "*://athenanet.athenahealth.com/5518/*",
        "*://athenanet.athenahealth.com/10343/*",
        "*://athenanet.athenahealth.com/13043/*",
        "*://athenanet.athenahealth.com/19050/92/*",
        "*://athenanet.athenahealth.com/20897/35/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/frame.html"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "activeTab"
  ]
}