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": 2, "name": "Active Site Blocker", "version": "0.0.3", "permissions": [ "webRequest", "webRequestBlocking", "webNavigation", "storage", "*:\/\/*\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options\/index.html" }