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

Side by Side Diff: chrome/browser/resources/cryptotoken/manifest.json

Issue 461403003: Add VID/PID pairs for known U2F devices. Interrim explicit listing until HID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/cryptotoken/gnubby-u2f.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "CryptoTokenExtension", 2 "name": "CryptoTokenExtension",
3 "description": "CryptoToken Component Extension", 3 "description": "CryptoToken Component Extension",
4 "version": "0.8.58", 4 "version": "0.8.59",
5 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq7zRobvA+AVlvNqkHSSVhh1sEW sHSqz4oR/XptkDe/Cz3+gW9ZGumZ20NCHjaac8j1iiesdigp8B1LJsd/2WWv2Dbnto4f8GrQ5MVphKyQ 9WJHwejEHN2K4vzrTcwaXqv5BSTXwxlxS/mXCmXskTfryKTLuYrcHEWK8fCHb+0gvr8b/kvsi75A1aMm b6nUnFJvETmCkOCPNX5CHTdy634Ts/x0fLhRuPlahk63rdf7agxQv5viVjQFk+tbgv6aa9kdSd11Js/R Z9yZjrFgHOBWgP4jTBqud4+HUglrzu8qynFipyNRLCZsaxhm+NItTyNgesxLdxZcwOz56KD1Q4IQIDAQ AB", 5 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq7zRobvA+AVlvNqkHSSVhh1sEW sHSqz4oR/XptkDe/Cz3+gW9ZGumZ20NCHjaac8j1iiesdigp8B1LJsd/2WWv2Dbnto4f8GrQ5MVphKyQ 9WJHwejEHN2K4vzrTcwaXqv5BSTXwxlxS/mXCmXskTfryKTLuYrcHEWK8fCHb+0gvr8b/kvsi75A1aMm b6nUnFJvETmCkOCPNX5CHTdy634Ts/x0fLhRuPlahk63rdf7agxQv5viVjQFk+tbgv6aa9kdSd11Js/R Z9yZjrFgHOBWgP4jTBqud4+HUglrzu8qynFipyNRLCZsaxhm+NItTyNgesxLdxZcwOz56KD1Q4IQIDAQ AB",
6 "manifest_version": 2, 6 "manifest_version": 2,
7 "permissions": [ 7 "permissions": [
8 "usb", 8 "usb",
9 "hid", 9 "hid",
10 "https://www.gstatic.com/", 10 "https://www.gstatic.com/",
11 { 11 {
12 "usbDevices": [ 12 "usbDevices": [
13 { 13 {
14 "vendorId": 4176, 14 "vendorId": 4176,
15 "productId": 529 15 "productId": 529
16 }, 16 },
17 { 17 {
18 "vendorId": 4176, 18 "vendorId": 4176,
19 "productId": 512 19 "productId": 512
20 },
21 {
22 "vendorId": 9601,
23 "productId": 61904
24 },
25 {
26 "vendorId": 7223,
27 "productId": 61904
28 },
29 {
30 "vendorId": 1419,
31 "productId": 24579
20 } 32 }
21 ] 33 ]
22 } 34 }
23 ], 35 ],
24 "externally_connectable": { 36 "externally_connectable": {
25 "matches": [ 37 "matches": [
26 "https://accounts.google.com/*", 38 "https://accounts.google.com/*",
27 "https://security.google.com/*", 39 "https://security.google.com/*",
28 "https://login.corp.google.com/*" 40 "https://login.corp.google.com/*"
29 ], 41 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "inherits.js", 78 "inherits.js",
67 "devicefactoryregistry.js", 79 "devicefactoryregistry.js",
68 "usbhelper.js", 80 "usbhelper.js",
69 "usbenrollhandler.js", 81 "usbenrollhandler.js",
70 "usbsignhandler.js", 82 "usbsignhandler.js",
71 "usbgnubbyfactory.js", 83 "usbgnubbyfactory.js",
72 "cryptotokenbackground.js" 84 "cryptotokenbackground.js"
73 ] 85 ]
74 } 86 }
75 } 87 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/cryptotoken/gnubby-u2f.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698