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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "CryptoTokenExtension", 2 "name": "CryptoTokenExtension",
3 "description": "CryptoToken Component Extension", 3 "description": "CryptoToken Component Extension",
4 "version": "0.8.59", 4 "version": "0.8.63",
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 "hid",
8 "usb", 9 "usb",
9 "hid", 10 "u2fDevices",
10 "https://www.gstatic.com/", 11 "https://www.gstatic.com/",
11 { 12 {
12 "usbDevices": [ 13 "usbDevices": [
13 { 14 {
14 "vendorId": 4176, 15 "vendorId": 4176,
15 "productId": 529 16 "productId": 529
16 }, 17 },
17 { 18 {
18 "vendorId": 4176, 19 "vendorId": 4176,
19 "productId": 512 20 "productId": 512
20 }, 21 },
21 { 22 {
22 "vendorId": 4176, 23 "vendorId": 4176,
23 "productId": 275 24 "productId": 275
24 }, 25 },
25 { 26 {
26 "vendorId": 4176, 27 "vendorId": 4176,
28 "productId": 276
29 },
30 {
31 "vendorId": 4176,
27 "productId": 277 32 "productId": 277
28 }, 33 },
29 { 34 {
30 "vendorId": 4176, 35 "vendorId": 4176,
31 "productId": 288 36 "productId": 288
32 }, 37 },
33 { 38 {
34 "vendorId": 4176, 39 "vendorId": 4176,
35 "productId": 1025 40 "productId": 1025
36 }, 41 },
37 { 42 {
43 "vendorId": 4176,
44 "productId": 1026
45 },
46 {
38 "vendorId": 9601, 47 "vendorId": 9601,
39 "productId": 61904 48 "productId": 61904
40 }, 49 },
41 { 50 {
42 "vendorId": 7223, 51 "vendorId": 7223,
43 "productId": 61904 52 "productId": 61904
44 }, 53 },
45 { 54 {
55 "vendorId": 1155,
56 "productId": 61904
57 },
58 {
46 "vendorId": 1419, 59 "vendorId": 1419,
47 "productId": 24579 60 "productId": 24579
48 } 61 }
49 ] 62 ]
50 } 63 }
51 ], 64 ],
52 "externally_connectable": { 65 "externally_connectable": {
53 "matches": [ 66 "matches": [
67 "https://login.corp.google.com/*",
54 "https://accounts.google.com/*", 68 "https://accounts.google.com/*",
55 "https://security.google.com/*", 69 "https://security.google.com/*"
56 "https://login.corp.google.com/*"
57 ], 70 ],
58 "accepts_tls_channel_id": true 71 "accepts_tls_channel_id": true
59 }, 72 },
60 "background": { 73 "background": {
61 "persistent": false, 74 "persistent": false,
62 "scripts": [ 75 "scripts": [
63 "util.js", 76 "util.js",
64 "b64.js", 77 "b64.js",
65 "sha256.js", 78 "sha256.js",
66 "countdown.js", 79 "countdown.js",
(...skipping 18 matching lines...) Expand all
85 "hidgnubbydevice.js", 98 "hidgnubbydevice.js",
86 "usbgnubbydevice.js", 99 "usbgnubbydevice.js",
87 "gnubbies.js", 100 "gnubbies.js",
88 "gnubby.js", 101 "gnubby.js",
89 "gnubby-u2f.js", 102 "gnubby-u2f.js",
90 "gnubbyfactory.js", 103 "gnubbyfactory.js",
91 "singlesigner.js", 104 "singlesigner.js",
92 "multiplesigner.js", 105 "multiplesigner.js",
93 "generichelper.js", 106 "generichelper.js",
94 "inherits.js", 107 "inherits.js",
108 "individualattest.js",
95 "devicefactoryregistry.js", 109 "devicefactoryregistry.js",
96 "usbhelper.js", 110 "usbhelper.js",
97 "usbenrollhandler.js", 111 "usbenrollhandler.js",
98 "usbsignhandler.js", 112 "usbsignhandler.js",
99 "usbgnubbyfactory.js", 113 "usbgnubbyfactory.js",
114 "googlecorpindividualattest.js",
100 "cryptotokenbackground.js" 115 "cryptotokenbackground.js"
101 ] 116 ]
102 } 117 }
103 } 118 }
OLDNEW
« 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