Chromium Code Reviews| Index: chrome/browser/resources/cryptotoken/manifest.json |
| diff --git a/chrome/browser/resources/cryptotoken/manifest.json b/chrome/browser/resources/cryptotoken/manifest.json |
| index 3764eab2c350d035153ea9ceecc4288d602a4e90..417f8b304f291ef6d5c93670072092cba6402824 100644 |
| --- a/chrome/browser/resources/cryptotoken/manifest.json |
| +++ b/chrome/browser/resources/cryptotoken/manifest.json |
| @@ -1,12 +1,13 @@ |
| { |
| "name": "CryptoTokenExtension", |
| "description": "CryptoToken Component Extension", |
| - "version": "0.8.59", |
| + "version": "0.8.63", |
| "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq7zRobvA+AVlvNqkHSSVhh1sEWsHSqz4oR/XptkDe/Cz3+gW9ZGumZ20NCHjaac8j1iiesdigp8B1LJsd/2WWv2Dbnto4f8GrQ5MVphKyQ9WJHwejEHN2K4vzrTcwaXqv5BSTXwxlxS/mXCmXskTfryKTLuYrcHEWK8fCHb+0gvr8b/kvsi75A1aMmb6nUnFJvETmCkOCPNX5CHTdy634Ts/x0fLhRuPlahk63rdf7agxQv5viVjQFk+tbgv6aa9kdSd11Js/RZ9yZjrFgHOBWgP4jTBqud4+HUglrzu8qynFipyNRLCZsaxhm+NItTyNgesxLdxZcwOz56KD1Q4IQIDAQAB", |
| "manifest_version": 2, |
| "permissions": [ |
| - "usb", |
| "hid", |
| + "usb", |
| + "u2fDevices", |
| "https://www.gstatic.com/", |
| { |
| "usbDevices": [ |
| @@ -24,6 +25,10 @@ |
| }, |
| { |
| "vendorId": 4176, |
| + "productId": 276 |
| + }, |
| + { |
| + "vendorId": 4176, |
| "productId": 277 |
| }, |
| { |
| @@ -35,6 +40,10 @@ |
| "productId": 1025 |
| }, |
| { |
| + "vendorId": 4176, |
| + "productId": 1026 |
| + }, |
| + { |
| "vendorId": 9601, |
| "productId": 61904 |
| }, |
| @@ -43,6 +52,10 @@ |
| "productId": 61904 |
| }, |
| { |
| + "vendorId": 1155, |
| + "productId": 61904 |
| + }, |
| + { |
| "vendorId": 1419, |
| "productId": 24579 |
| } |
| @@ -53,7 +66,8 @@ |
| "matches": [ |
| "https://accounts.google.com/*", |
| "https://security.google.com/*", |
| - "https://login.corp.google.com/*" |
| + "https://login.corp.google.com/*", |
| + "https://ca-service.corp.google.com/*" |
|
juanlang (chromium.org)
2014/09/23 21:11:47
I'm pretty sure this isn't necessary for the Crypt
Arnar Birgisson
2014/09/23 22:04:49
Done.
|
| ], |
| "accepts_tls_channel_id": true |
| }, |
| @@ -92,11 +106,13 @@ |
| "multiplesigner.js", |
| "generichelper.js", |
| "inherits.js", |
| + "individualattest.js", |
| "devicefactoryregistry.js", |
| "usbhelper.js", |
| "usbenrollhandler.js", |
| "usbsignhandler.js", |
| "usbgnubbyfactory.js", |
| + "googlecorpindividualattest.js", |
| "cryptotokenbackground.js" |
| ] |
| } |