| 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "extension_types": ["theme"] | 352 "extension_types": ["theme"] |
| 353 }, | 353 }, |
| 354 "tts_engine": { | 354 "tts_engine": { |
| 355 "channel": "stable", | 355 "channel": "stable", |
| 356 "extension_types": ["extension", "legacy_packaged_app"] | 356 "extension_types": ["extension", "legacy_packaged_app"] |
| 357 }, | 357 }, |
| 358 "update_url": { | 358 "update_url": { |
| 359 "channel": "stable", | 359 "channel": "stable", |
| 360 "extension_types": "all" | 360 "extension_types": "all" |
| 361 }, | 361 }, |
| 362 "url_handlers": { |
| 363 "channel": "dev", |
| 364 "extension_types": ["platform_app"] |
| 365 }, |
| 362 "version": { | 366 "version": { |
| 363 "channel": "stable", | 367 "channel": "stable", |
| 364 "extension_types": "all" | 368 "extension_types": "all" |
| 365 }, | 369 }, |
| 366 "web_accessible_resources": { | 370 "web_accessible_resources": { |
| 367 "channel": "stable", | 371 "channel": "stable", |
| 368 "extension_types": [ | 372 "extension_types": [ |
| 369 "extension", "legacy_packaged_app", "hosted_app" | 373 "extension", "legacy_packaged_app", "hosted_app" |
| 370 ] | 374 ] |
| 371 } | 375 } |
| 372 } | 376 } |
| OLD | NEW |