Overview
Comment: | CACKey Chrome release 8 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 71c8167cfd0574743712b67847e9e348e18abae1 |
User & Date: | rkeene on 2016-04-14 19:43:08 |
Other Links: | manifest | tags |
Context
2016-04-26
| ||
18:04 | ChromeOS: Updated PIN dialog (untested) check-in: 317e74ef9b user: rkeene tags: trunk | |
2016-04-14
| ||
19:43 | CACKey Chrome release 8 check-in: 71c8167cfd user: rkeene tags: trunk | |
19:42 | Cleanup, more work towards a stable release check-in: d2b0a782d9 user: rkeene tags: trunk | |
Changes
Modified build/chrome/manifest.json.in from [699775afcf] to [cf5db959c0].
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"manifest_version": 2,
"name": "CACKey",
"short_name": "CACKey",
"version": "@PACKAGE_VERSION@.7",
"description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.",
"icons": {
"128": "icon.png"
},
|
| |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"manifest_version": 2,
"name": "CACKey",
"short_name": "CACKey",
"version": "@PACKAGE_VERSION@.8",
"description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.",
"icons": {
"128": "icon.png"
},
|