Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.3",
"manifest_version": 3,
"offline_enabled": true,
"host_permissions": [
"<all_urls>"
],
"name": "Allow CSP: Content-Security-Policy",
"homepage_url": "https:\/\/mybrowseraddon.com\/content-security-policy.html",
"description": "Easily remove CSP (Content-Security-Policy) rules from the response header.",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"declarativeNetRequest"
],
"options_ui": {
"open_in_tab": true,
"page": "data\/options\/options.html"
},
"commands": {
"toggle-state": {
"description": "Content-Security-Policy",
"suggested_key": {
"mac": "Command+Shift+D",
"default": "Ctrl+Shift+D"
}
}
},
"action": {
"default_popup": "data\/popup\/popup.html",
"default_title": "Content-Security-Policy",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
}