DigiCert PKI Authentication Client Extension Firefox

Examine source code of DigiCert PKI Authentication Client Extension

Inspect and view changes in DigiCert PKI Authentication Client Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DigiCert Authentication Client Extension",
  "description": "Messaging API between web pages and DigiCert PKI Client",
  "version": "100.1.0.51",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background/pkiClientExtension.js",
      "background/messenger.js",
      "background/broker.js",
      "background/attach.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content/pkiClientExtension.js",
        "content/properties.js",
        "content/properties.build.js",
        "content/bridge.js",
        "content/detection.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging",
    "<all_urls>",
    "tabs",
    "pkcs11"
  ],
  "applications": {
    "gecko": {
      "id": "mpki.client.webextension.production@digicert.com"
    }
  }
}

Best DigiCert PKI Authentication Client Extension Alternatives

Here are some Firefox add-ons that are similar to DigiCert PKI Authentication Client Extension: