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": "Traffic blocker",
"description": "Customize your browsing experience by blocking unwanted traffic",
"version": "0.1.2",
"action": {
"default_popup": "index.html",
"default_icon": "blocker.png"
},
"permissions": [
"storage",
"webRequest",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"nativeMessaging"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "assets\/background.js"
}
}