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": "Backdrop Chrome", "manifest_version": 2, "version": "2.6", "description": "Backdrop Chrome Browser Extension", "background": { "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "blocked.html", "disabled.html" ], "default_locale": "en", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "96": "icon-96.png", "128": "icon-128.png" }, "permissions": [ "<all_urls>", "tabs", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'" }