Differences From Artifact [11edb13438]:
- File build/chrome/manifest.json — part of check-in [e9e86eb240] at 2016-02-04 22:52:33 on branch trunk — Added more Chrome extension parts (user: rkeene, size: 197) [annotate] [blame] [check-ins using]
To Artifact [ac9702d30b]:
- File build/chrome/manifest.json — part of check-in [9e8c8d0997] at 2016-02-10 23:04:54 on branch trunk — More work towards getting ChromeOS extension going (user: rkeene, size: 245) [annotate] [blame] [check-ins using]
1 2 3 4 5 |
{
"manifest_version": 2,
"name": "CACKey",
"version": "0.7.5.1",
| > | | > > > | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"manifest_version": 2,
"name": "CACKey",
"version": "0.7.5.1",
"app": {
"background": {
"scripts": [
"google-pcsc.js",
"cackey.js"
],
"persistent": false
}
},
"permissions": [
"certificateProvider",
"usb"
]
}
|