Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1989)

Unified Diff: chrome/browser/resources/cryptotoken/manifest.json

Issue 596083002: Update cryptotoken to 0.8.63 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a deprecated line Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..0b6da1b31d4db52b67d0c730eac2c7986078dbf8 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
}
@@ -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"
]
}
« no previous file with comments | « chrome/browser/resources/cryptotoken/individualattest.js ('k') | chrome/browser/resources/cryptotoken/multiplesigner.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698