OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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/extensions. | 6 // under src/extensions. |
7 | 7 |
8 // See extensions/common/features/* to understand this file, in particular | 8 // See extensions/common/features/* to understand this file, in particular |
9 // feature.h, simple_feature.h, and base_feature_provider.h. | 9 // feature.h, simple_feature.h, and base_feature_provider.h. |
10 | 10 |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 { | 117 { |
118 "channel": "stable", | 118 "channel": "stable", |
119 "extension_types": ["platform_app"] | 119 "extension_types": ["platform_app"] |
120 }, | 120 }, |
121 { | 121 { |
122 "channel": "stable", | 122 "channel": "stable", |
123 "extension_types": ["extension"], | 123 "extension_types": ["extension"], |
124 "whitelist": [ | 124 "whitelist": [ |
125 // http://crbug.com/292856 | 125 // http://crbug.com/292856 |
126 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", | 126 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", |
127 "09FDCB5851B8F3378DB630D06E316076E89C95A6", | |
128 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9", | 127 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9", |
129 "FF78670081967CE21DB86A04AD94A0498F01E20A", | 128 "FF78670081967CE21DB86A04AD94A0498F01E20A", |
130 // Hotword component extension | 129 // Hotword component extension |
131 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B" | 130 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B" |
132 ] | 131 ] |
133 } | 132 } |
134 ], | 133 ], |
135 "bluetoothPrivate": { | 134 "bluetoothPrivate": { |
136 "channel": "stable", | 135 "channel": "stable", |
137 "extension_types": ["platform_app"], | 136 "extension_types": ["platform_app"], |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 "videoCapture": [ | 403 "videoCapture": [ |
405 { | 404 { |
406 "channel": "stable", | 405 "channel": "stable", |
407 "extension_types": ["platform_app"] | 406 "extension_types": ["platform_app"] |
408 }, | 407 }, |
409 { | 408 { |
410 "channel": "stable", | 409 "channel": "stable", |
411 "extension_types": ["extension"], | 410 "extension_types": ["extension"], |
412 "whitelist": [ | 411 "whitelist": [ |
413 // http://crbug.com/292856 | 412 // http://crbug.com/292856 |
414 "09FDCB5851B8F3378DB630D06E316076E89C95A6", | |
415 "A434B90223C3C52F2B69DB494736B63C612C774D" | 413 "A434B90223C3C52F2B69DB494736B63C612C774D" |
416 ] | 414 ] |
417 } | 415 } |
418 ], | 416 ], |
419 "virtualKeyboardPrivate": { | 417 "virtualKeyboardPrivate": { |
420 "channel": "stable", | 418 "channel": "stable", |
421 "extension_types": ["extension"], | 419 "extension_types": ["extension"], |
422 "platforms": ["chromeos"], | 420 "platforms": ["chromeos"], |
423 "whitelist": [ | 421 "whitelist": [ |
424 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // System-level virtual kbd | 422 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // System-level virtual kbd |
(...skipping 14 matching lines...) Expand all Loading... |
439 }, | 437 }, |
440 "webRequest": { | 438 "webRequest": { |
441 "channel": "stable", | 439 "channel": "stable", |
442 "extension_types": ["extension", "legacy_packaged_app"] | 440 "extension_types": ["extension", "legacy_packaged_app"] |
443 }, | 441 }, |
444 "webRequestBlocking": { | 442 "webRequestBlocking": { |
445 "channel": "stable", | 443 "channel": "stable", |
446 "extension_types": ["extension", "legacy_packaged_app"] | 444 "extension_types": ["extension", "legacy_packaged_app"] |
447 } | 445 } |
448 } | 446 } |
OLD | NEW |