Secret Scanner Firefox

Examine source code of Secret Scanner

By: tahijh
Inspect and view changes in Secret Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Secret Scanner",
  "version": "1.0.0",
  "description": "Automatically detects leaked API keys, tokens and credentials on any webpage you visit.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d80902a2-12e9-4ebb-8f10-fa1173ef3d3a}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "96": "assets/icons/icon96.png",
      "128": "assets/icons/icon128.png"
    },
    "default_title": "Secret Scanner",
    "default_popup": "src/popup.html"
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Secret Scanner Alternatives

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