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 11 matching lines...) Expand all Loading... |
22 }, | 22 }, |
23 "adview": { | 23 "adview": { |
24 "channel": "dev", | 24 "channel": "dev", |
25 "extension_types": ["platform_app"] | 25 "extension_types": ["platform_app"] |
26 }, | 26 }, |
27 "alarms": { | 27 "alarms": { |
28 "channel": "stable", | 28 "channel": "stable", |
29 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 29 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
30 "min_manifest_version": 2 | 30 "min_manifest_version": 2 |
31 }, | 31 }, |
32 "app.runtime": { | |
33 "channel": "stable", | |
34 "extension_types": ["platform_app"] | |
35 }, | |
36 "app.window": { | |
37 "channel": "stable", | |
38 "extension_types": ["platform_app"] | |
39 }, | |
40 "audio": [ | 32 "audio": [ |
41 { | 33 { |
42 "channel": "dev", | 34 "channel": "dev", |
43 "extension_types": ["platform_app"] | 35 "extension_types": ["platform_app"] |
44 }, | 36 }, |
45 { | 37 { |
46 "channel": "stable", | 38 "channel": "stable", |
47 "extension_types": ["platform_app"], | 39 "extension_types": ["platform_app"], |
48 "whitelist": [ | 40 "whitelist": [ |
49 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", | 41 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", |
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 // Only allowed for whitelisted extensions until all the caveats are | 828 // Only allowed for whitelisted extensions until all the caveats are |
837 // addressed. Tracked in crbug/285151. | 829 // addressed. Tracked in crbug/285151. |
838 "channel": "stable", | 830 "channel": "stable", |
839 "extension_types": ["extension"], | 831 "extension_types": ["extension"], |
840 "location": "component", | 832 "location": "component", |
841 "whitelist": [ | 833 "whitelist": [ |
842 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension | 834 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension |
843 ] | 835 ] |
844 }] | 836 }] |
845 } | 837 } |
OLD | NEW |