Artifact b2cdf360357ee3c4d4d977723ec02891e4b0f4b3:
- File build/chrome/manifest.json.in — part of check-in [30263e48a3] at 2016-02-29 04:32:38 on branch trunk — ChromeOS: Release 5 (user: rkeene, size: 548) [annotate] [blame] [check-ins using]
{ "manifest_version": 2, "name": "CACKey", "short_name": "CACKey", "version": "@PACKAGE_VERSION@.5", "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" ] }