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",
"name": "Website Blocker",
"version": "1.1",
"manifest_version": 2,
"description": "Website Blocker allows users to block unwanted websites by a single click.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"browser_action": {
"default_icon": "48.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"*:\/\/*\/*",
"tabs",
"storage",
"webRequest",
"webRequestBlocking"
],
"incognito": "split"
}