File build/chrome/manifest.json.in artifact ecbd5422e2 part of check-in 620c0e591e
{ "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" ] }