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",
"short_name": "Comprehend",
"name": "Comprehend EMR Integration",
"description": "Allow Comprehend PT to interact with your EMR!",
"version": "1.530",
"manifest_version": 3,
"side_panel": {
"default_path": "index.html"
},
"action": {
"default_title": "Click to open panel"
},
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "logo192.png",
"48": "logo192.png",
"128": "logo192.png"
},
"permissions": [
"sidePanel",
"desktopCapture",
"activeTab",
"tabCapture",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"https:\/\/secure.mwtherapy.com\/*",
"https:\/\/app.empoweremr.com\/*",
"https:\/\/go.promptemr.com\/*",
"https:\/\/comprehendpi.janeapp.com\/*",
"https:\/\/*.janeapp.com\/*",
"https:\/\/janeapp.com\/*",
"https:\/\/app.webpt.com\/*",
"https:\/\/emr.webpt.com\/*",
"https:\/\/app.pteverywhere.com\/*",
"https:\/\/app.fusionwebclinic.com\/*",
"https:\/\/app.practiceperfectemr.com\/*",
"https:\/\/*.athenahealth.com\/*",
"https:\/\/*.ptpracticepro.com\/*",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
".\/static\/js\/content.js"
]
},
{
"world": "MAIN",
"matches": [
"https:\/\/*.athenahealth.com\/*",
"https:\/\/*\/*"
],
"js": [
".\/js\/main_world.js"
]
}
]
}