SecuriScan – Web  Analyzer Firefox

Examine source code of SecuriScan – Web Analyzer

By: pp4mnk
Inspect and view changes in SecuriScan – Web Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SecuriScan – Web Security Analyzer",
  "version": "0.1.4",
  "description": "Analiza la página actual: cabeceras de seguridad, HTTPS/mixed content y detección heurística de librerías.",
  "action": {
    "default_title": "SecuriScan",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "securiscan@pp4mnk.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SecuriScan – Web Analyzer Alternatives

Here are some Firefox add-ons that are similar to SecuriScan – Web Analyzer: