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

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 249913002: FIDO U2F component extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with HEAD Created 6 years, 7 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/webrequest.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 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This features file defines permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/chrome. 6 // under src/chrome.
7 // See extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 }, 428 },
429 "hid": [ 429 "hid": [
430 { 430 {
431 "channel": "dev", 431 "channel": "dev",
432 "extension_types": ["platform_app"] 432 "extension_types": ["platform_app"]
433 }, 433 },
434 { 434 {
435 "channel": "stable", 435 "channel": "stable",
436 "extension_types": ["extension"], 436 "extension_types": ["extension"],
437 "whitelist": [ 437 "whitelist": [
438 "496B6890097EB6E19809ADEADD095A8721FBB2E0" // FIDO U2F APIs 438 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
439 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken
439 ] 440 ]
440 } 441 }
441 ], 442 ],
442 "history": { 443 "history": {
443 "channel": "stable", 444 "channel": "stable",
444 "extension_types": ["extension", "legacy_packaged_app"] 445 "extension_types": ["extension", "legacy_packaged_app"]
445 }, 446 },
446 "hotwordPrivate": { 447 "hotwordPrivate": {
447 "channel": "stable", 448 "channel": "stable",
448 "extension_types": ["extension"], 449 "extension_types": ["extension"],
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 }, 874 },
874 "usb": [ 875 "usb": [
875 { 876 {
876 "channel": "stable", 877 "channel": "stable",
877 "extension_types": ["platform_app"] 878 "extension_types": ["platform_app"]
878 }, 879 },
879 { 880 {
880 "channel": "stable", 881 "channel": "stable",
881 "extension_types": ["extension"], 882 "extension_types": ["extension"],
882 "whitelist": [ 883 "whitelist": [
883 "496B6890097EB6E19809ADEADD095A8721FBB2E0" // FIDO U2F APIs 884 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
885 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken
884 ] 886 ]
885 } 887 }
886 ], 888 ],
887 "usbDevices": [ 889 "usbDevices": [
888 { 890 {
889 "channel": "stable", 891 "channel": "stable",
890 "extension_types": ["platform_app"] 892 "extension_types": ["platform_app"]
891 }, 893 },
892 { 894 {
893 "channel": "stable", 895 "channel": "stable",
894 "extension_types": ["extension"], 896 "extension_types": ["extension"],
895 "whitelist": [ 897 "whitelist": [
896 "496B6890097EB6E19809ADEADD095A8721FBB2E0" // FIDO U2F APIs 898 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
899 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken
897 ] 900 ]
898 } 901 }
899 ], 902 ],
900 "videoCapture": [ 903 "videoCapture": [
901 { 904 {
902 "channel": "stable", 905 "channel": "stable",
903 "extension_types": ["platform_app"] 906 "extension_types": ["platform_app"]
904 }, 907 },
905 { 908 {
906 "channel": "stable", 909 "channel": "stable",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 // Only allowed for whitelisted extensions until all the caveats are 985 // Only allowed for whitelisted extensions until all the caveats are
983 // addressed. Tracked in crbug/285151. 986 // addressed. Tracked in crbug/285151.
984 "channel": "stable", 987 "channel": "stable",
985 "extension_types": ["extension"], 988 "extension_types": ["extension"],
986 "location": "component", 989 "location": "component",
987 "whitelist": [ 990 "whitelist": [
988 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 991 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
989 ] 992 ]
990 }] 993 }]
991 } 994 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/cryptotoken/webrequest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698