Artifact ecbd5422e2c7f23ab86862d6f913fcf01431ca0b:
- File build/chrome/manifest.json.in — part of check-in [d1316cdccd] at 2016-02-26 19:20:41 on branch trunk — ChromeOS: Dynamically compute the package version (user: rkeene, size: 309) [annotate] [blame] [check-ins using]
{ "manifest_version": 2, "name": "CACKey", "version": "@PACKAGE_VERSION@.2", "icons": { "128": "icon.png" }, "app": { "background": { "scripts": [ "google-pcsc.js", "cackey.js" ], "persistent": false } }, "permissions": [ "certificateProvider", "alwaysOnTopWindows" ] }