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": "QUITTR - Porn \/ Adult Blocker, Block Sites",
"version": "1.0.1",
"description": "Porn blocker for Chrome. Can block over 2 Mn porn websites. Can also block sites as per your preferences.",
"permissions": [
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"incognito": "split",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_title": "QUITTR",
"default_popup": "popup.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "blocklist",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"blocked.html"
],
"matches": [
"<all_urls>"
]
}
]
}