ReconLens - Passive Security Scanner Firefox

Examine source code of ReconLens - Passive Security Scanner

Inspect and view changes in ReconLens - Passive Security Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_ext_name__",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "__MSG_ext_description__",
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*",
        "file:///*"
      ],
      "js": [
        "polyfill.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "options_page": "popup.html",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "reconlens@sekademi",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ReconLens - Passive Security Scanner Alternatives

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