Artifact 3e4f6202488bd8e53cd54575e018b881f9668e6a:
- File build/chrome/manifest.json.in — part of check-in [a0a37b2628] at 2019-01-30 18:36:42 on branch trunk — ChromeOS Release 10 (user: rkeene, size: 478) [annotate] [blame] [check-ins using]
{ "manifest_version": 2, "name": "CACKey", "short_name": "CACKey", "version": "@PACKAGE_VERSION@.10", "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" ] }