| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 { | 183 { |
| 184 "channel": "stable", | 184 "channel": "stable", |
| 185 "extension_types": ["extension", "packaged_app"], | 185 "extension_types": ["extension", "packaged_app"], |
| 186 // Legacy Browser Support (remove once this API hits stable). | 186 // Legacy Browser Support (remove once this API hits stable). |
| 187 "whitelist": ["heildphpnddilhkemkielfhnkaagiabh"] | 187 "whitelist": ["heildphpnddilhkemkielfhnkaagiabh"] |
| 188 } | 188 } |
| 189 ], | 189 ], |
| 190 "downloads": { | 190 "downloads": { |
| 191 "channel": "beta", | 191 "channel": "beta", |
| 192 "extension_types": [ | 192 "extension_types": [ |
| 193 "extension", "packaged_app" | 193 "extension" |
| 194 ] | 194 ] |
| 195 }, | 195 }, |
| 196 "downloads.open": { | 196 "downloads.open": { |
| 197 "channel": "beta", | 197 "channel": "beta", |
| 198 "extension_types": ["extension"] | 198 "extension_types": ["extension"] |
| 199 }, | 199 }, |
| 200 "dial": { | 200 "dial": { |
| 201 "channel": "stable", | 201 "channel": "stable", |
| 202 "extension_types": ["extension"], | 202 "extension_types": ["extension"], |
| 203 "whitelist": [ | 203 "whitelist": [ |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 }, | 646 }, |
| 647 "webRequestBlocking": { | 647 "webRequestBlocking": { |
| 648 "channel": "stable", | 648 "channel": "stable", |
| 649 "extension_types": ["extension", "packaged_app"] | 649 "extension_types": ["extension", "packaged_app"] |
| 650 }, | 650 }, |
| 651 "webview": { | 651 "webview": { |
| 652 "channel": "stable", | 652 "channel": "stable", |
| 653 "extension_types": ["platform_app"] | 653 "extension_types": ["platform_app"] |
| 654 } | 654 } |
| 655 } | 655 } |
| OLD | NEW |