| 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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 ] | 688 ] |
| 689 }, | 689 }, |
| 690 "webRequest": { | 690 "webRequest": { |
| 691 "channel": "stable", | 691 "channel": "stable", |
| 692 "extension_types": ["extension", "legacy_packaged_app"] | 692 "extension_types": ["extension", "legacy_packaged_app"] |
| 693 }, | 693 }, |
| 694 "webRequestBlocking": { | 694 "webRequestBlocking": { |
| 695 "channel": "stable", | 695 "channel": "stable", |
| 696 "extension_types": ["extension", "legacy_packaged_app"] | 696 "extension_types": ["extension", "legacy_packaged_app"] |
| 697 }, | 697 }, |
| 698 "webview": { | 698 "webview": [{ |
| 699 "channel": "stable", | 699 "channel": "stable", |
| 700 "extension_types": ["platform_app"] | 700 "extension_types": ["platform_app"] |
| 701 } | 701 }, { |
| 702 "channel": "stable", |
| 703 "extension_types": ["extension"], |
| 704 "location": "component" |
| 705 }] |
| 702 } | 706 } |
| OLD | NEW |