OLD | NEW |
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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
7 | 7 |
8 { | 8 { |
9 "activeTab": { | 9 "activeTab": { |
10 "channel": "stable", | 10 "channel": "stable", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", | 49 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", |
50 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB" | 50 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB" |
51 ] | 51 ] |
52 } | 52 } |
53 ], | 53 ], |
54 "autotestPrivate": { | 54 "autotestPrivate": { |
55 "channel": "stable", | 55 "channel": "stable", |
56 "extension_types": ["extension", "legacy_packaged_app"], | 56 "extension_types": ["extension", "legacy_packaged_app"], |
57 "location": "component" | 57 "location": "component" |
58 }, | 58 }, |
59 "audioCapture": { | 59 "audioCapture": [ |
60 "channel": "stable", | 60 { |
61 "extension_types": ["platform_app"] | 61 "channel": "stable", |
62 }, | 62 "extension_types": ["platform_app"] |
| 63 }, |
| 64 { |
| 65 "channel": "stable", |
| 66 "extension_types": ["extension"], |
| 67 "whitelist": [ |
| 68 "mppnpdlheglhdfmldimlhpnegondlapf" // http://crbug.com/292856 |
| 69 ] |
| 70 } |
| 71 ], |
63 "background": [ | 72 "background": [ |
64 { | 73 { |
65 "channel": "stable", | 74 "channel": "stable", |
66 "extension_types": [ | 75 "extension_types": [ |
67 "extension", "legacy_packaged_app", "hosted_app" | 76 "extension", "legacy_packaged_app", "hosted_app" |
68 ] | 77 ] |
69 }, | 78 }, |
70 { | 79 { |
71 "channel": "stable", | 80 "channel": "stable", |
72 "extension_types": ["platform_app"], | 81 "extension_types": ["platform_app"], |
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 ] | 699 ] |
691 }, | 700 }, |
692 "usb": { | 701 "usb": { |
693 "channel": "stable", | 702 "channel": "stable", |
694 "extension_types": ["platform_app"] | 703 "extension_types": ["platform_app"] |
695 }, | 704 }, |
696 "usbDevices": { | 705 "usbDevices": { |
697 "channel": "stable", | 706 "channel": "stable", |
698 "extension_types": ["platform_app"] | 707 "extension_types": ["platform_app"] |
699 }, | 708 }, |
700 "videoCapture": { | 709 "videoCapture": [ |
701 "channel": "stable", | 710 { |
702 "extension_types": ["platform_app"] | 711 "channel": "stable", |
703 }, | 712 "extension_types": ["platform_app"] |
| 713 }, |
| 714 { |
| 715 "channel": "stable", |
| 716 "extension_types": ["extension"], |
| 717 "whitelist": [ |
| 718 "mppnpdlheglhdfmldimlhpnegondlapf" // http://crbug.com/292856 |
| 719 ] |
| 720 } |
| 721 ], |
704 "virtualKeyboardPrivate": { | 722 "virtualKeyboardPrivate": { |
705 "channel": "stable", | 723 "channel": "stable", |
706 "whitelist": [ | 724 "whitelist": [ |
707 "mppnpdlheglhdfmldimlhpnegondlapf" // System-level virtual keyboard. | 725 "mppnpdlheglhdfmldimlhpnegondlapf" // System-level virtual keyboard. |
708 ], | 726 ], |
709 "extension_types": ["extension"] | 727 "extension_types": ["extension"] |
710 }, | 728 }, |
711 "wallpaper": { | 729 "wallpaper": { |
712 "channel": "dev", | 730 "channel": "dev", |
713 "extension_types": ["platform_app"] | 731 "extension_types": ["platform_app"] |
(...skipping 21 matching lines...) Expand all Loading... |
735 }, | 753 }, |
736 "webRequestBlocking": { | 754 "webRequestBlocking": { |
737 "channel": "stable", | 755 "channel": "stable", |
738 "extension_types": ["extension", "legacy_packaged_app"] | 756 "extension_types": ["extension", "legacy_packaged_app"] |
739 }, | 757 }, |
740 "webview": { | 758 "webview": { |
741 "channel": "stable", | 759 "channel": "stable", |
742 "extension_types": ["platform_app"] | 760 "extension_types": ["platform_app"] |
743 } | 761 } |
744 } | 762 } |
OLD | NEW |