Artifact 46508e25a59a4f01f037bb8bdd6799f06adb0128:
- File build/chrome/manifest.json.in — part of check-in [5d6a50ef48] at 2019-01-31 07:16:21 on branch trunk — Added SSH agent support (user: rkeene, size: 518) [annotate] [blame] [check-ins using]
{ "manifest_version": 2, "name": "CACKey", "short_name": "CACKey", "version": "@PACKAGE_VERSION@.10", "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" ] }