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": "Perspectives Health", "description": "Automate your data entry into any EHR.", "version": "1.0.40", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "privacy_policy_url": "https:\/\/perspectiveshealth.ai\/policies\/privacy-policy\/", "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "tabs", "sidePanel", "storage", "offscreen", "alarms", "tabCapture" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "react-devtools-hook.js", "dist\/*.css", "dist\/*.js", "dist\/*.html", "permission.html", "notification.mp3", "requestPermission.ts", "audio-processor.js", "reset-password.html", "videos\/*.mp4" ], "matches": [ "<all_urls>" ] }, { "resources": [ "content-scripts\/ehr-companion.css" ], "matches": [ "*:\/\/*.trecovery.com\/*", "*:\/\/*\/*" ] } ], "action": { "default_title": "Perspectives Health", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.trecovery.com\/*", "*:\/\/*\/*" ], "js": [ "content-scripts\/ehr-companion.js" ] } ] }