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": "Disable Content-Security-Policy", "default_locale": "en", "description": "__MSG_extDescription__", "version": "4.0.0", "author": "Phil Grayson", "homepage_url": "https:\/\/github.com\/PhilGrayson\/chrome-csp-disable", "manifest_version": 3, "permissions": [ "storage", "activeTab", "browsingData", "declarativeNetRequest" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_title": "Content-Security-Policy headers are enabled for this tab", "default_icon": { "16": "images\/icon38-off.png" } }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } }