Differences From 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]
To Artifact [76848f086c]:
- File build/chrome/manifest.json — part of check-in [35a258e3b8] at 2016-02-11 18:32:24 on branch trunk — ChromeOS: Remove USB requirement -- we talk to the Smartcard Manager App for this (user: rkeene, size: 236) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
10 11 12 13 14 15 16 | "cackey.js" ], "persistent": false } }, "permissions": [ | | < | 10 11 12 13 14 15 16 17 18 19 | "cackey.js" ], "persistent": false } }, "permissions": [ "certificateProvider" ] } |