Artifact cf5db959c0e44baf3f2b8b854fd0e00de3ec1e2e:
- File build/chrome/manifest.json.in — part of check-in [71c8167cfd] at 2016-04-14 19:43:08 on branch trunk — CACKey Chrome release 8 (user: rkeene, size: 477) [annotate] [blame] [check-ins using]
{ "manifest_version": 2, "name": "CACKey", "short_name": "CACKey", "version": "@PACKAGE_VERSION@.8", "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" ] }