CACKey

CACKey

US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CACKey",
  "short_name": "CACKey",
  "version": "0.7.12.11",
  "description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.",
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "google-pcsc.js",
        "jsrsasign.js",
        "ssh-agent.js",
        "cackey.js"
      ],
      "persistent": false
    }
  },
  "permissions": [
    "certificateProvider",
    "alwaysOnTopWindows"
  ],
  "externally_connectable": {
    "ids": [
      "pnhechapfaindjhompbnflcldabbghjo",
      "okddffdblfhhnmhodogpojmfkjmhinfp"
    ]
  }
}