Security Web Auditing Firefox

Examine source code of Security Web Auditing

Inspect and view changes in Security Web Auditing 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": "{67a924c5-7d6d-46f9-8439-b6c1b51e589f}",
      "strict_min_version": "58.0"
    }
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2
}

Best Security Web Auditing Alternatives

Here are some Firefox add-ons that are similar to Security Web Auditing: