Vault2FA - 2FA authenticator in browser Firefox

Examine source code of Vault2FA - 2FA authenticator in browser

Inspect and view changes in Vault2FA - 2FA authenticator in browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Vault2FA",
  "version": "2.7.3",
  "description": "A fine TOTP/HOTP 2FA extension for Firefox with optional sync and auto fill.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "contextMenus",
    "scripting",
    "alarms"
  ],
  "background": {
    "scripts": [
      "third-party/otpauth.min.js",
      "locales/i18n.js",
      "background.js"
    ]
  },
  "action": {
    "default_title": "Vault2FA",
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "locales/*.lang"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "vault2fa@example.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "125.0"
    }
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": []
}

Best Vault2FA - 2FA authenticator in browser Alternatives

Here are some Firefox add-ons that are similar to Vault2FA - 2FA authenticator in browser: