Artifact [5d83e33ab1]

Artifact 5d83e33ab1f31aee14f2d846c7b56066e87a8868:


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

	"default_locale": "en",
	"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"
	]
}