Check-in [6af094b0e4]
Overview
Comment:ChromeOS: Removed deprecated attribution from manifest
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:6af094b0e4f2e8b92d8ea58b4c2f4260b7c80b60
User & Date: rkeene on 2016-02-26 21:26:19
Other Links: manifest | tags
Context
2016-02-26
21:40
ChromeOS: Deal with CACKey crashing by restarting check-in: f631a1ccb2 user: rkeene tags: trunk
21:26
ChromeOS: Removed deprecated attribution from manifest check-in: 6af094b0e4 user: rkeene tags: trunk
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
Changes

Modified build/chrome/manifest.json.in from [43f40e68d5] to [5c4aceac8d].

     1      1   {
     2      2   	"manifest_version": 2,
     3      3   	"name": "CACKey",
     4      4   	"short_name": "CACKey",
     5      5   	"version": "@PACKAGE_VERSION@.4",
     6      6   
     7      7   	"description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.",
     8         -	"homepage_url": "https://cackey.rkeene.org/",
     9      8   
    10      9   	"import": [
    11     10   		{
    12     11   			"id": "khpfeaanjngmcnplbdlpegiifgpfgdco"
    13     12   		}
    14     13   	],
    15     14