Differences From Artifact [3e4f620248]:
- File build/chrome/manifest.json.in — part of check-in [a0a37b2628] at 2019-01-30 18:36:42 on branch trunk — ChromeOS Release 10 (user: rkeene, size: 478) [annotate] [blame] [check-ins using]
To Artifact [46508e25a5]:
- File build/chrome/manifest.json.in — part of check-in [5d6a50ef48] at 2019-01-31 07:16:21 on branch trunk — Added SSH agent support (user: rkeene, size: 518) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
"128": "icon.png"
},
"app": {
"background": {
"scripts": [
"google-pcsc.js",
"cackey.js"
],
"persistent": false
}
},
"permissions": [
| > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
"128": "icon.png"
},
"app": {
"background": {
"scripts": [
"google-pcsc.js",
"jsrsasign.js",
"ssh-agent.js",
"cackey.js"
],
"persistent": false
}
},
"permissions": [
|
| ︙ | ︙ |