Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Qure4u CareManager", "description": "This extension activates the Qure4u CareManager app", "version": "2899.80.29", "version_name": "8.2.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.my-care-plan.com\/*", "https:\/\/*.ecwcloud.com\/*", "https:\/\/*.athenahealth.com\/*" ], "js": [ "content-script.js" ], "css": [ "styles.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": [], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/*.my-care-plan.com\/*" ] }, "permissions": [ "activeTab" ] }