Web Security Audit Firefox

Examine source code of Web Security Audit

Inspect and view changes in Web Security Audit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Security Web Auditing",
  "version": "1.0",
  "description": "Passively audits the security posture on current page",
  "permissions": [
    "webRequest",
    "*://*/",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "applications": {
    "gecko": {
      "id": "@secwebauditing",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2
}

Meilleures alternatives Web Security Audit

Voici quelques Firefox add-ons qui sont similaires à Web Security Audit :