Artifact 547ed82aefc2ff104caa0d3234197cd82431d424:
- File build/chrome/manifest.json.in — part of check-in [b45f1b708e] at 2016-02-29 22:23:44 on branch trunk — ChomeOS: Release 6 (user: rkeene, size: 477) [annotate] [blame] [check-ins using]
{ "manifest_version": 2, "name": "CACKey", "short_name": "CACKey", "version": "@PACKAGE_VERSION@.6", "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" ] }