Check-in [79a26e5dbf]
Overview
Comment:ChromeOS: Declare additional permissions
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 79a26e5dbf71ed6f53f56c69f71fdca60f9a3843
User & Date: rkeene on 2016-02-26 20:51:20
Other Links: manifest | tags
Context
2016-02-26
21:05
ChromeOS: Removed default_locale since we do not provide any translations check-in: 099f54c5ea user: rkeene tags: trunk
20:51
ChromeOS: Declare additional permissions check-in: 79a26e5dbf user: rkeene tags: trunk
20:30
ChromeOS: Fixed name of hashing algorithms we do support check-in: 3956295cf1 user: rkeene tags: trunk
Changes

Modified build/chrome/manifest.json.in from [ecbd5422e2] to [5d83e33ab1].

1
2
3

4











5
6
7
8
9
10
11
{
	"manifest_version": 2,
	"name": "CACKey",

	"version": "@PACKAGE_VERSION@.2",












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

	"app": {
		"background": {



>
|
>
>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"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": {