| 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, |
| 6 // simple_feature.h, and base_feature_provider.h. |
| 7 |
| 5 { | 8 { |
| 6 "activeTab": { | 9 "activeTab": { |
| 7 "channel": "stable", | 10 "channel": "stable", |
| 8 "extension_types": ["extension", "packaged_app"], | 11 "extension_types": ["extension", "packaged_app"], |
| 9 "min_manifest_version": 2 | 12 "min_manifest_version": 2 |
| 10 }, | 13 }, |
| 11 "activityLogPrivate": { | 14 "activityLogPrivate": { |
| 12 "channel": "dev", | 15 "channel": "dev", |
| 13 "extension_types": ["extension"], | 16 "extension_types": ["extension"], |
| 14 "whitelist": [ | 17 "whitelist": [ |
| (...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 }, | 614 }, |
| 612 "webRequestBlocking": { | 615 "webRequestBlocking": { |
| 613 "channel": "stable", | 616 "channel": "stable", |
| 614 "extension_types": ["extension", "packaged_app"] | 617 "extension_types": ["extension", "packaged_app"] |
| 615 }, | 618 }, |
| 616 "webview": { | 619 "webview": { |
| 617 "channel": "stable", | 620 "channel": "stable", |
| 618 "extension_types": ["platform_app"] | 621 "extension_types": ["platform_app"] |
| 619 } | 622 } |
| 620 } | 623 } |
| OLD | NEW |