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", "manifest_version": 3, "version": "0.14", "name": "Content Security Policy (CSP) Generator", "short_name": "CSP Generator", "description": "Automatically generate content security policy headers online for any website.", "icons": { "128": "assets\/csper_128.png" }, "action": { "default_icon": { "128": "assets\/csper_128.png" }, "default_title": "Content Security Policy (CSP) Generator", "default_popup": "index.html" }, "permissions": [ "declarativeNetRequest", "tabs", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "*:\/\/*\/", "https:\/\/csper.io\/", "https:\/\/csper.club\/", "http:\/\/localhost:8080\/", "ws:\/\/localhost:8080\/" ], "content_security_policy": { "extension_pages": "script-src 'self'; style-src 'unsafe-inline'; object-src 'none'; connect-src wss:\/\/csper.io wss:\/\/csper.club https:\/\/csper.io https:\/\/csper.club http:\/\/localhost:8080 ws:\/\/localhost:8080" }, "author": "Stuart Larsen", "homepage_url": "https:\/\/csper.io" }