manifest.json at [42d0db67a2]

File build/chrome/manifest.json artifact 51ce9eb49b part of check-in 42d0db67a2


{
	"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"
	]
}