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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 "inmdanhiiibfpdlljnjjbchhjgelojnn", // Dogfood | 197 "inmdanhiiibfpdlljnjjbchhjgelojnn", // Dogfood |
198 "cbpmgnfekbgbgpkmokfppmldaccjcbnb" // Test | 198 "cbpmgnfekbgbgpkmokfppmldaccjcbnb" // Test |
199 ] | 199 ] |
200 }, | 200 }, |
201 "experimental": { | 201 "experimental": { |
202 "channel": "stable", | 202 "channel": "stable", |
203 "extension_types": [ | 203 "extension_types": [ |
204 "extension", "packaged_app", "hosted_app", "platform_app" | 204 "extension", "packaged_app", "hosted_app", "platform_app" |
205 ] | 205 ] |
206 }, | 206 }, |
| 207 "feedbackPrivate": { |
| 208 "channel": "stable", |
| 209 "extension_types": ["extension", "platform_app"], |
| 210 "whitelist": [ |
| 211 "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C" // Feedback UI. |
| 212 ] |
| 213 }, |
207 "fileBrowserHandler": { | 214 "fileBrowserHandler": { |
208 "channel": "stable", | 215 "channel": "stable", |
209 "extension_types": ["extension", "packaged_app", "platform_app"] | 216 "extension_types": ["extension", "packaged_app", "platform_app"] |
210 }, | 217 }, |
211 "fileBrowserPrivate": { | 218 "fileBrowserPrivate": { |
212 "channel": "stable", | 219 "channel": "stable", |
213 "extension_types": ["extension", "packaged_app"], | 220 "extension_types": ["extension", "packaged_app"], |
214 "location": "component" | 221 "location": "component" |
215 }, | 222 }, |
216 "fileSystem": [{ | 223 "fileSystem": [{ |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 }, | 628 }, |
622 "webRequestBlocking": { | 629 "webRequestBlocking": { |
623 "channel": "stable", | 630 "channel": "stable", |
624 "extension_types": ["extension", "packaged_app"] | 631 "extension_types": ["extension", "packaged_app"] |
625 }, | 632 }, |
626 "webview": { | 633 "webview": { |
627 "channel": "stable", | 634 "channel": "stable", |
628 "extension_types": ["platform_app"] | 635 "extension_types": ["platform_app"] |
629 } | 636 } |
630 } | 637 } |
OLD | NEW |