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": "Freedom Website Blocker",
"version": "1.0.2",
"description": "A simple website blocker.",
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"64": "icons\/logo_64.png",
"128": "icons\/logo_128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
}