Local 2FA: Secure OTP Manager Firefox

Examine source code of Local 2FA: Secure OTP Manager

By: nahuel
Inspect and view changes in Local 2FA: Secure OTP Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "otp-manager@extension.local",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "tabs",
    "activeTab"
  ],
  "icons": {
    "16": "icons/icono-16.png",
    "32": "icons/icono-32.png",
    "48": "icons/icono-48.png",
    "128": "icons/icono-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Local 2FA: Private OTP code manager",
    "default_icon": {
      "16": "icons/icono-16.png",
      "32": "icons/icono-32.png",
      "48": "icons/icono-48.png",
      "128": "icons/icono-128.png"
    }
  }
}

Best Local 2FA: Secure OTP Manager Alternatives

Here are some Firefox add-ons that are similar to Local 2FA: Secure OTP Manager: