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", "author": "Martin Springwald", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/small.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start", "all_frames": true } ], "default_locale": "en", "description": "__MSG_info_description__", "homepage_url": "http:\/\/github.com\/marspr\/privacy-extension-chrome", "icons": { "32": "images\/small.png", "48": "images\/medium.png", "128": "images\/medium.png" }, "manifest_version": 2, "minimum_chrome_version": "26", "name": "Privacy Extension", "options_page": "html\/options.html", "permissions": [ "cookies", "contentSettings", "webRequest", "webRequestBlocking", "tabs", "http:\/\/*\/*", "https:\/\/*\/" ], "version": "1.1" }