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": "SimplePractice Availability Reporter",
"version": "1.0.0",
"description": "Runs automated checks on SimplePractice settings to generate an Availability Report.",
"action": {
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*.simplepractice.com\/*",
"https:\/\/*.staging.simplepractice.com\/*"
],
"background": {
"service_worker": "service_worker.js"
}
}