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": "URL Blocker Pro - Block Unwanted Sites & Content",
"short_name": "URL Blocker Pro",
"version": "1.0.1",
"description": "Advanced URL blocker that filters and blocks websites, trackers, and content based on customizable patterns for a safer browsing.",
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"permissions": [
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"options_ui": {
"page": "pages\/options.html",
"open_in_tab": true
},
"background": {
"service_worker": "js\/background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "block_rules",
"enabled": true,
"path": "config\/rules.json"
}
]
}
}