TOTP Generator Firefox

Examine source code of TOTP Generator

By: Arenizy
Inspect and view changes in TOTP Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Extension",
  "description": "Extension",
  "version": "100102.0.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icon/logo.png",
    "32": "icon/logo.png",
    "48": "icon/logo.png",
    "128": "icon/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "clipboardRead"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{cf59882a-468a-445e-8979-9a8f344eb697}"
    }
  }
}

Best TOTP Generator Alternatives

Here are some Firefox add-ons that are similar to TOTP Generator: