TOTP Authenticator (Scan/Timer) Firefox

Examine source code of TOTP Authenticator (Scan/Timer)

Inspect and view changes in TOTP Authenticator (Scan/Timer) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TOTP Authenticator (OTPLIB + QR Scan + Timer)",
  "version": "1.8",
  "description": "Use Google Authenticator-style codes in Firefox using OTPLIB with QR scanning and countdown timers",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "totp-authenticator@spectodesign.com",
      "strict_min_version": "109.0"
    }
  }
}

Best TOTP Authenticator (Scan/Timer) Alternatives

Here are some Firefox add-ons that are similar to TOTP Authenticator (Scan/Timer):