File build/chrome/manifest.json artifact 51ce9eb49b part of check-in a67fe2704f
{ "manifest_version": 2, "name": "CACKey", "version": "0.7.5.1", "icons": { "128": "icon.png" }, "app": { "background": { "scripts": [ "google-pcsc.js", "cackey.js" ], "persistent": false } }, "permissions": [ "certificateProvider", "alwaysOnTopWindows" ] }