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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 { | 191 { |
192 "channel": "dev", | 192 "channel": "dev", |
193 "extension_types": ["extension", "platform_app"] | 193 "extension_types": ["extension", "platform_app"] |
194 }, | 194 }, |
195 { | 195 { |
196 "channel": "stable", | 196 "channel": "stable", |
197 "extension_types": ["extension", "platform_app"], | 197 "extension_types": ["extension", "platform_app"], |
198 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] | 198 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] |
199 } | 199 } |
200 ], | 200 ], |
| 201 "dns": { |
| 202 "channel": "dev", |
| 203 "extension_types": ["extension", "platform_app"] |
| 204 }, |
201 "downloads": { | 205 "downloads": { |
202 "channel": "stable", | 206 "channel": "stable", |
203 "extension_types": ["extension"] | 207 "extension_types": ["extension"] |
204 }, | 208 }, |
205 "downloads.open": { | 209 "downloads.open": { |
206 "channel": "stable", | 210 "channel": "stable", |
207 "extension_types": ["extension"] | 211 "extension_types": ["extension"] |
208 }, | 212 }, |
209 "downloads.shelf": { | 213 "downloads.shelf": { |
210 "channel": "stable", | 214 "channel": "stable", |
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 }, | 686 }, |
683 "webRequestBlocking": { | 687 "webRequestBlocking": { |
684 "channel": "stable", | 688 "channel": "stable", |
685 "extension_types": ["extension", "packaged_app"] | 689 "extension_types": ["extension", "packaged_app"] |
686 }, | 690 }, |
687 "webview": { | 691 "webview": { |
688 "channel": "stable", | 692 "channel": "stable", |
689 "extension_types": ["platform_app"] | 693 "extension_types": ["platform_app"] |
690 } | 694 } |
691 } | 695 } |
OLD | NEW |