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

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

Issue 799923007: Enable 3rd party support for Security Keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove duplicate line from merge Created 6 years 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.9.6", 4 "version": "0.9.10",
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 "cryptotokenPrivate", 8 "cryptotokenPrivate",
9 "hid", 9 "hid",
10 "usb", 10 "usb",
11 "externally_connectable.all_urls",
11 "u2fDevices", 12 "u2fDevices",
12 "https://www.gstatic.com/", 13 "https://*/*",
14 "http://*/*",
13 { 15 {
14 "usbDevices": [ 16 "usbDevices": [
15 { 17 {
16 "vendorId": 4176, 18 "vendorId": 4176,
17 "productId": 529 19 "productId": 529
18 } 20 }
19 ] 21 ]
20 } 22 }
21 ], 23 ],
22 "externally_connectable": { 24 "externally_connectable": {
23 "matches": [ 25 "matches": [
24 "https://login.corp.google.com/*", 26 "<all_urls>"
25 "https://accounts.google.com/*",
26 "https://myaccount.google.com/*",
27 "https://security.google.com/*"
28 ], 27 ],
29 "ids": [ 28 "ids": [
30 "fjajfjhkeibgmiggdfehjplbhmfkialk" 29 "fjajfjhkeibgmiggdfehjplbhmfkialk"
31 ], 30 ],
32 "accepts_tls_channel_id": true 31 "accepts_tls_channel_id": true
33 }, 32 },
34 "background": { 33 "background": {
35 "persistent": false, 34 "persistent": false,
36 "scripts": [ 35 "scripts": [
37 "util.js", 36 "util.js",
(...skipping 12 matching lines...) Expand all
50 "closeable.js", 49 "closeable.js",
51 "requesthelper.js", 50 "requesthelper.js",
52 "webrequestsender.js", 51 "webrequestsender.js",
53 "enroller.js", 52 "enroller.js",
54 "requestqueue.js", 53 "requestqueue.js",
55 "signer.js", 54 "signer.js",
56 "origincheck.js", 55 "origincheck.js",
57 "textfetcher.js", 56 "textfetcher.js",
58 "appid.js", 57 "appid.js",
59 "watchdog.js", 58 "watchdog.js",
60 "gstaticorigincheck.js", 59 "etld_names_list.js",
61 "googleapprovedorigins.js", 60 "etld.js",
61 "etldorigincheck.js",
62 "cryptotokenapprovedorigins.js",
62 "gnubbydevice.js", 63 "gnubbydevice.js",
63 "hidgnubbydevice.js", 64 "hidgnubbydevice.js",
64 "usbgnubbydevice.js", 65 "usbgnubbydevice.js",
65 "gnubbies.js", 66 "gnubbies.js",
66 "gnubby.js", 67 "gnubby.js",
67 "gnubby-u2f.js", 68 "gnubby-u2f.js",
68 "gnubbyfactory.js", 69 "gnubbyfactory.js",
69 "singlesigner.js", 70 "singlesigner.js",
70 "multiplesigner.js", 71 "multiplesigner.js",
71 "generichelper.js", 72 "generichelper.js",
72 "inherits.js", 73 "inherits.js",
73 "individualattest.js", 74 "individualattest.js",
74 "devicefactoryregistry.js", 75 "devicefactoryregistry.js",
75 "usbhelper.js", 76 "usbhelper.js",
76 "usbenrollhandler.js", 77 "usbenrollhandler.js",
77 "usbsignhandler.js", 78 "usbsignhandler.js",
78 "usbgnubbyfactory.js", 79 "usbgnubbyfactory.js",
79 "googlecorpindividualattest.js", 80 "googlecorpindividualattest.js",
80 "cryptotokenbackground.js" 81 "cryptotokenbackground.js"
81 ] 82 ]
82 } 83 }
83 } 84 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/cryptotoken/gstaticorigincheck.js ('k') | chrome/browser/resources/cryptotoken/singlesigner.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698