CSP Content Security Policy Generator Firefox

Examine source code of CSP Content Security Policy Generator

Inspect and view changes in CSP Content Security Policy Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSP Content Security Policy Generator",
  "version": "1.9.0",
  "description": "Best Content-Security-Policy generator to automatically create Strict CSP policies (with SHA support) for any website.",
  "browser_action": {
    "default_icon": "./assets/icon-512.png",
    "default_popup": "./dist/popup/index.html"
  },
  "background": {
    "page": "./dist/background/index.html",
    "persistent": true
  },
  "icons": {
    "16": "./assets/icon-16.png",
    "48": "./assets/icon-48.png",
    "128": "./assets/icon-128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "alarms",
    "tabs",
    "activeTab",
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./dist/contentScripts/index.global.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best CSP Content Security Policy Generator Alternatives

Here are some Firefox add-ons that are similar to CSP Content Security Policy Generator: