Vulnerability Scanner Firefox

Examine source code of Vulnerability Scanner

Inspect and view changes in Vulnerability Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Vulnerability Scanner",
  "version": "1.0",
  "description": "Scan for basic client-side security risks on webpages.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_title": "Scan Page",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fc7fa353-d979-4045-91ef-c8fe29f4a60d}"
    }
  }
}

Best Vulnerability Scanner Alternatives

Here are some Firefox add-ons that are similar to Vulnerability Scanner: