Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "DoCleanse",
"description": "Unsure if a juice cleanse is right for you? Use DoCleanse to match cleanses with your health goals and taste preferences",
"version": "0.11",
"permissions": [
"activeTab",
"scripting",
"tabs",
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/*.pressed.com\/*",
"*:\/\/*.rawgeneration.com\/*",
"*:\/\/*.sujaorganic.com\/*",
"*:\/\/*.purcoldpressed.com\/*",
"*:\/\/*.juicefromtheraw.com\/*",
"*:\/\/*.organicpharmer.com\/*",
"*:\/\/*.littlewest.com\/*"
]
}