| 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 "app": { | 9 "app": { |
| 10 "channel": "stable", | 10 "channel": "stable", |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 }, | 377 }, |
| 378 "version": { | 378 "version": { |
| 379 "channel": "stable", | 379 "channel": "stable", |
| 380 "extension_types": "all" | 380 "extension_types": "all" |
| 381 }, | 381 }, |
| 382 "web_accessible_resources": { | 382 "web_accessible_resources": { |
| 383 "channel": "stable", | 383 "channel": "stable", |
| 384 "extension_types": [ | 384 "extension_types": [ |
| 385 "extension", "legacy_packaged_app", "hosted_app" | 385 "extension", "legacy_packaged_app", "hosted_app" |
| 386 ] | 386 ] |
| 387 }, |
| 388 "webview": { |
| 389 "channel": "dev", |
| 390 "extension_types": ["platform_app"], |
| 391 "min_manifest_version": 2 |
| 387 } | 392 } |
| 388 } | 393 } |
| OLD | NEW |