Artifact 5c4aceac8d923947ef43bbb9dc044bb0d91b847f:
- File build/chrome/manifest.json.in — part of check-in [6af094b0e4] at 2016-02-26 21:26:19 on branch trunk — ChromeOS: Removed deprecated attribution from manifest (user: rkeene, size: 548) [annotate] [blame] [check-ins using]
{ "manifest_version": 2, "name": "CACKey", "short_name": "CACKey", "version": "@PACKAGE_VERSION@.4", "description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.", "import": [ { "id": "khpfeaanjngmcnplbdlpegiifgpfgdco" } ], "icons": { "128": "icon.png" }, "app": { "background": { "scripts": [ "google-pcsc.js", "cackey.js" ], "persistent": false } }, "permissions": [ "certificateProvider", "alwaysOnTopWindows" ] }