Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/128.png", "default_popup": "popup.html", "default_title": "JustBlock Security" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jpb.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "js\/jb.js" ], "matches": [ "https:\/\/justblock.org\/*" ], "run_at": "document_end" } ], "default_locale": "en_US", "description": "__MSG_appDesc__", "icons": { "16": "images\/16.png", "19": "images\/19.png", "38": "images\/38.png", "48": "images\/48.png", "128": "images\/128.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgDObEDxztbrKT0pyh1gkVERqbcHZ8+2E8th\/+tONTmn2\/m+70rw5A3tqFtyNUkj7sCczPO8MyT2U4TIvGyzNMHr+8l4aJKng8AKJ5Mo+PCYdWW66gYOOZ1xedjdFpdXH0ZJBoPpzEZq0P2KEb8tIEPk7e07SD9s2WCtqkBAPY2wIDAQAB", "manifest_version": 2, "minimum_chrome_version": "20.0.0.0", "name": "__MSG_appName__", "options_page": "options.html", "permissions": [ "management", "webRequest", "webRequestBlocking", "cookies", "tabs", "<all_urls>" ], "optional_permissions": [ "privacy", "contentSettings", "downloads" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "version": "2.1.0", "web_accessible_resources": [ "welcome.html", "css\/advert_skip.css", "adult-website-block.html", "options.html" ] }