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: |
6af094b0e4f2e8b92d8ea58b4c2f4260 |
| 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 2 3 4 5 6 7 |
{
"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.",
| < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"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.",
"import": [
{
"id": "khpfeaanjngmcnplbdlpegiifgpfgdco"
}
],
|
| ︙ | ︙ |