WebAuthn-eID for Firefox Firefox

Examine source code of WebAuthn-eID for Firefox

By: ck
Inspect and view changes in WebAuthn-eID for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebAuthn-eID",
  "version": "1.4.2",
  "description": "adds WebAuthn via eID to Firefox",
  "icons": { "48": "icons/nPA.svg" },
  "applications": { "gecko": { "id": "wAeIDFf@id1.vx4.eu" } },
  "permissions": [ "https://*/*", "storage" ],
  "background": { "page": "background.html" },
  "content_scripts": [ {
      "matches": ["https://*/*"], // match only on https sites
      "js": ["content.js"],
      "run_at": "document_start"
  }],
  "options_ui": { "page": "options.html" }
}

Best WebAuthn-eID for Firefox Alternatives

Here are some Firefox add-ons that are similar to WebAuthn-eID for Firefox: