Ghost Auth Firefox

Examine source code of Ghost Auth

Inspect and view changes in Ghost Auth source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Ghost Auth",
  "version": "1.1.2",
  "description": "Open-source TOTP authenticator",
  "permissions": [
    "storage",
    "alarms",
    "activeTab",
    "scripting"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "Ghost Auth",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "background": {
    "scripts": [
      "service-worker.js"
    ],
    "type": "module"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ghostauth@kestrel.no",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas Ghost Auth

Aquí hay algunas Firefox add-ons que son similares a Ghost Auth: