X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fresources%2Fcryptotoken%2Fmanifest.json;h=0157ae712d0547d171ffae0262852638602fd3c5;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=3764eab2c350d035153ea9ceecc4288d602a4e90;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/resources/cryptotoken/manifest.json b/src/chrome/browser/resources/cryptotoken/manifest.json index 3764eab..0157ae7 100644 --- a/src/chrome/browser/resources/cryptotoken/manifest.json +++ b/src/chrome/browser/resources/cryptotoken/manifest.json @@ -1,12 +1,13 @@ { "name": "CryptoTokenExtension", "description": "CryptoToken Component Extension", - "version": "0.8.59", + "version": "0.8.64", "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 } @@ -51,9 +64,9 @@ ], "externally_connectable": { "matches": [ + "https://login.corp.google.com/*", "https://accounts.google.com/*", - "https://security.google.com/*", - "https://login.corp.google.com/*" + "https://security.google.com/*" ], "accepts_tls_channel_id": true }, @@ -92,11 +105,13 @@ "multiplesigner.js", "generichelper.js", "inherits.js", + "individualattest.js", "devicefactoryregistry.js", "usbhelper.js", "usbenrollhandler.js", "usbsignhandler.js", "usbgnubbyfactory.js", + "googlecorpindividualattest.js", "cryptotokenbackground.js" ] }