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

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

Issue 766303003: A private API for the cryptotoken component extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New permission has no ui string, skip in tests 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.6",
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 "hid", 9 "hid",
9 "usb", 10 "usb",
10 "u2fDevices", 11 "u2fDevices",
11 "https://www.gstatic.com/", 12 "https://www.gstatic.com/",
12 { 13 {
13 "usbDevices": [ 14 "usbDevices": [
14 { 15 {
15 "vendorId": 4176, 16 "vendorId": 4176,
16 "productId": 529 17 "productId": 529
17 } 18 }
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "devicefactoryregistry.js", 74 "devicefactoryregistry.js",
74 "usbhelper.js", 75 "usbhelper.js",
75 "usbenrollhandler.js", 76 "usbenrollhandler.js",
76 "usbsignhandler.js", 77 "usbsignhandler.js",
77 "usbgnubbyfactory.js", 78 "usbgnubbyfactory.js",
78 "googlecorpindividualattest.js", 79 "googlecorpindividualattest.js",
79 "cryptotokenbackground.js" 80 "cryptotokenbackground.js"
80 ] 81 ]
81 } 82 }
82 } 83 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698