| 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 "extfs": { |
| 208 "channel": "stable", |
| 209 "extension_types": ["extension", "platform_app"] |
| 210 }, |
| 207 "fileBrowserHandler": { | 211 "fileBrowserHandler": { |
| 208 "channel": "stable", | 212 "channel": "stable", |
| 209 "extension_types": ["extension", "packaged_app", "platform_app"] | 213 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 210 }, | 214 }, |
| 211 "fileBrowserPrivate": { | 215 "fileBrowserPrivate": { |
| 212 "channel": "stable", | 216 "channel": "stable", |
| 213 "extension_types": ["extension", "packaged_app"], | 217 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 214 "location": "component" | |
| 215 }, | 218 }, |
| 216 "fileSystem": [{ | 219 "fileSystem": [{ |
| 217 "channel": "stable", | 220 "channel": "stable", |
| 218 "extension_types": ["platform_app"] | 221 "extension_types": ["platform_app"] |
| 219 },{ | 222 },{ |
| 220 "channel": "stable", | 223 "channel": "stable", |
| 221 "extension_types": ["extension"], | 224 "extension_types": ["extension"], |
| 222 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 225 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
| 223 }], | 226 }], |
| 224 "fileSystem.retainFiles": [{ | 227 "fileSystem.retainFiles": [{ |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 }, | 617 }, |
| 615 "webRequestBlocking": { | 618 "webRequestBlocking": { |
| 616 "channel": "stable", | 619 "channel": "stable", |
| 617 "extension_types": ["extension", "packaged_app"] | 620 "extension_types": ["extension", "packaged_app"] |
| 618 }, | 621 }, |
| 619 "webview": { | 622 "webview": { |
| 620 "channel": "stable", | 623 "channel": "stable", |
| 621 "extension_types": ["platform_app"] | 624 "extension_types": ["platform_app"] |
| 622 } | 625 } |
| 623 } | 626 } |
| OLD | NEW |