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": "SOAPNoteAI - The Best Way to do your SOAP Notes",
"description": "SOAPNoteAI - Turn your dictation, in-person and telehealth sessions into SOAP notes in minutes. Works with SimplePractice and more.",
"version": "0.1.11",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"host_permissions": [
"https:\/\/*.simplepractice.com\/*",
"https:\/\/*.soapnoteai.com\/*"
],
"permissions": [
"cookies",
"tabs",
"offscreen",
"identity"
],
"web_accessible_resources": [
{
"resources": [
"offscreen.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"requestPermissions.html",
"requestAudioPermissions.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"https:\/\/*.simplepractice.com\/*",
"https:\/\/*.soapnoteai.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "SoapNote",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.simplepractice.com\/*",
"https:\/\/*.soapnoteai.com\/*"
],
"js": [
"content-scripts\/content.js"
]
}
]
}