Website Security Scanner Firefox

Examine source code of Website Security Scanner

Inspect and view changes in Website Security Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Security Scanner",
  "version": "1.3",
  "description": "Scan websites for basic security issues like HTTPS, headers, and mixed content.",
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{17c3f5ee-4649-4503-a45e-90402d46d80a}"
    }
  }
}

Best Website Security Scanner Alternatives

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