Overview
Comment: | ChromeOS Release 11 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 7288e808947ce3f714810585d5378a2467f1f35d |
User & Date: | rkeene on 2019-02-06 17:58:34 |
Other Links: | manifest | tags |
Context
2019-06-05
| ||
20:40 | Updated to support using the Chrome PIN dialog if doing a Chrome Certificate request check-in: f486b04a4b user: rkeene tags: trunk | |
2019-02-06
| ||
17:58 | ChromeOS Release 11 check-in: 7288e80894 user: rkeene tags: trunk | |
17:58 | Disable SSH Agent by default for this release check-in: eb5db5feea user: rkeene tags: trunk | |
Changes
Modified build/chrome/manifest.json.in from [5fb3c02ed9] to [7fc12f1eb8].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
{
"manifest_version": 2,
"name": "CACKey",
"short_name": "CACKey",
"version": "@PACKAGE_VERSION@.10",
"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": {
"scripts": [
"google-pcsc.js",
"jsrsasign.js",
"ssh-agent.js",
"cackey.js"
],
"persistent": false
}
},
"permissions": [
"certificateProvider",
"alwaysOnTopWindows"
],
"externally_connectable": {
"ids": [
"pnhechapfaindjhompbnflcldabbghjo",
"okddffdblfhhnmhodogpojmfkjmhinfp"
]
}
}
|
| < < < < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
{
"manifest_version": 2,
"name": "CACKey",
"short_name": "CACKey",
"version": "@PACKAGE_VERSION@.11",
"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": {
"scripts": [
"google-pcsc.js",
"jsrsasign.js",
"ssh-agent.js",
"cackey.js"
],
"persistent": false
}
},
"permissions": [
"certificateProvider",
"alwaysOnTopWindows"
],
"externally_connectable": {
"ids": [
"pnhechapfaindjhompbnflcldabbghjo",
"okddffdblfhhnmhodogpojmfkjmhinfp"
]
}
}
|