Overview
| Comment: | ChromeOS: Removed default_locale since we do not provide any translations | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 
099f54c5eaa57a70ab55aa01a00d81cf | 
| User & Date: | rkeene on 2016-02-26 21:05:21 | 
| Other Links: | manifest | tags | 
Context
| 
   2016-02-26 
 | ||
| 21:05 | ChromeOS: Provide a more informative UI page, even if it just says not to open it check-in: 981bf08de7 user: rkeene tags: trunk | |
| 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 | |
Changes
Modified build/chrome/manifest.json.in from [5d83e33ab1] to [43f40e68d5].
1 2 3 4 5 6  | 
{
	"manifest_version": 2,
	"name": "CACKey",
	"short_name": "CACKey",
	"version": "@PACKAGE_VERSION@.4",
 | <  | 1 2 3 4 5 6 7 8 9 10 11 12 13  | 
{
	"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"
		}
 | 
| ︙ | ︙ |