TraitWare® Browser Protection Firefox

Examine source code of TraitWare® Browser Protection

Inspect and view changes in TraitWare® Browser Protection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "traitware-browser-protection@traitware.com",
      "strict_min_version": "115.0"
    }
  },
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "https://api.traitware.com/*"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon-inactive-48.png",
      "128": "icon-inactive-128.png"
    },
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    "traitware-logo.png",
    "extension-bar-chrome-light.png",
    "extension-bar-chrome-dark.png",
    "extension-bar-firefox-light.png",
    "extension-bar-firefox-dark.png"
  ],
  "background": {
    "scripts": [
      "background/index.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://api.traitware.com/app/c/*"
      ],
      "js": [
        "content/index.js"
      ],
      "run_at": "document_start",
      "css": [
        "style.css"
      ]
    }
  ],
  "name": "TraitWare Browser Protection",
  "description": "Phishing-resistant protection for TraitWare Passwordless MFA",
  "version": "2.1.0"
}

Best TraitWare® Browser Protection Alternatives

Here are some Firefox add-ons that are similar to TraitWare® Browser Protection: