Artifact [43f40e68d5]

Artifact 43f40e68d5f1d1c3d3ba1d053ecf8ff9d13028bc:


{
	"manifest_version": 2,
	"name": "CACKey",
	"short_name": "CACKey",
	"version": "@PACKAGE_VERSION@.4",

	"description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.",
	"homepage_url": "https://cackey.rkeene.org/",

	"import": [
		{
			"id": "khpfeaanjngmcnplbdlpegiifgpfgdco"
		}
	],


	"icons": {
		"128": "icon.png"
	},

	"app": {
		"background": {
			"scripts": [
				"google-pcsc.js",
				"cackey.js"
			],
			"persistent": false
		}
	},

	"permissions": [
		"certificateProvider",
		"alwaysOnTopWindows"
	]
}