| 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 "adview": { | 14 "adview": { |
| 12 "channel": "dev", | 15 "channel": "dev", |
| 13 "extension_types": ["platform_app"] | 16 "extension_types": ["platform_app"] |
| 14 }, | 17 }, |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 }, | 601 }, |
| 599 "webRequestBlocking": { | 602 "webRequestBlocking": { |
| 600 "channel": "stable", | 603 "channel": "stable", |
| 601 "extension_types": ["extension", "packaged_app"] | 604 "extension_types": ["extension", "packaged_app"] |
| 602 }, | 605 }, |
| 603 "webview": { | 606 "webview": { |
| 604 "channel": "stable", | 607 "channel": "stable", |
| 605 "extension_types": ["platform_app"] | 608 "extension_types": ["platform_app"] |
| 606 } | 609 } |
| 607 } | 610 } |
| OLD | NEW |