Overview
| Comment: | Removed "import", does not work because the required module does not export |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
50743e141d57503c3475ea81dbfcbb0f |
| User & Date: | rkeene on 2016-02-29 22:22:48 |
| Other Links: | manifest | tags |
Context
|
2016-02-29
| ||
| 22:23 | ChomeOS: Release 6 check-in: b45f1b708e user: rkeene tags: trunk | |
| 22:22 | Removed "import", does not work because the required module does not export check-in: 50743e141d user: rkeene tags: trunk | |
| 16:50 | ChromeOS: Updated to call a failure callback if PCSC connection fails check-in: b276afc558 user: rkeene tags: trunk | |
Changes
Modified build/chrome/manifest.json.in from [b2cdf36035] to [ef0e7c41ac].
1 2 3 4 5 6 7 |
{
"manifest_version": 2,
"name": "CACKey",
"short_name": "CACKey",
"version": "@PACKAGE_VERSION@.5",
"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@.5",
"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"
},
"app": {
"background": {
|
| ︙ | ︙ |