Overview
Comment: | ChromeOS: Added package icon |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e1dc965e9b40da95f7e57ce10786c0d7 |
User & Date: | rkeene on 2016-02-19 13:30:36 |
Other Links: | manifest | tags |
Context
2016-02-19
| ||
14:11 | ChromeOS: Added the start of a UI check-in: e5e8b9f32b user: rkeene tags: trunk | |
13:30 | ChromeOS: Added package icon check-in: e1dc965e9b user: rkeene tags: trunk | |
2016-02-16
| ||
23:24 | Simplified some slot disconnect logic and updated to store an ID type hint on the slot itself so that if we reinitialize we treat it as the same type of device check-in: fdd66a54cd user: rkeene tags: trunk | |
Changes
Added build/chrome/icon.png version [bd6a183b7d].
cannot compute difference between binary files
Modified build/chrome/manifest.json from [ceb805c9f7] to [51ce9eb49b].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + + | { "manifest_version": 2, "name": "CACKey", "version": "0.7.5.1", "icons": { "128": "icon.png" }, "app": { "background": { "scripts": [ "google-pcsc.js", "cackey.js" ], |
︙ |