OWASP Security Checker Firefox

Examine source code of OWASP Security Checker

Inspect and view changes in OWASP Security Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OWASP Security Checker",
  "version": "1.1",
  "description": "A Mozilla extension to check websites for OWASP security vulnerabilities.",
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "64": "icons/logo_64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4ef8c5bb-1540-4d35-b4f9-d44bde7b6a40}"
    }
  }
}

Best OWASP Security Checker Alternatives

Here are some Firefox add-ons that are similar to OWASP Security Checker: