Browser MFA Authenticator Firefox

Examine source code of Browser MFA Authenticator

Inspect and view changes in Browser MFA Authenticator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browser MFA Authenticator",
  "version": "1.1",
  "description": "A browser extension for multi-factor authentication (MFA) using OTP codes.",
  "permissions": [
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{833a1e26-be1d-43e0-832b-fa68b8f1aecb}"
    }
  }
}

Best Browser MFA Authenticator Alternatives

Here are some Firefox add-ons that are similar to Browser MFA Authenticator: