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