Artifact 699775afcf593ba93cdfa0ae7ad24df3415ed0e7:
- File build/chrome/manifest.json.in — part of check-in [aeca5bf8e3] at 2016-03-01 00:53:01 on branch trunk — ChromeOS: Release 7 (user: rkeene, size: 477) [annotate] [blame] [check-ins using]
{ "manifest_version": 2, "name": "CACKey", "short_name": "CACKey", "version": "@PACKAGE_VERSION@.7", "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", "cackey.js" ], "persistent": false } }, "permissions": [ "certificateProvider", "alwaysOnTopWindows" ] }