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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 ], | 52 ], |
53 "autotestPrivate": { | 53 "autotestPrivate": { |
54 "channel": "stable", | 54 "channel": "stable", |
55 "extension_types": ["extension", "legacy_packaged_app"], | 55 "extension_types": ["extension", "legacy_packaged_app"], |
56 "location": "component" | 56 "location": "component" |
57 }, | 57 }, |
58 "audioCapture": { | 58 "audioCapture": { |
59 "channel": "stable", | 59 "channel": "stable", |
60 "extension_types": ["platform_app"] | 60 "extension_types": ["platform_app"] |
61 }, | 61 }, |
62 "background": { | 62 "background": [ |
63 "channel": "stable", | 63 { |
64 "extension_types": [ | 64 "channel": "stable", |
65 "extension", "legacy_packaged_app", "hosted_app" | 65 "extension_types": [ |
66 ] | 66 "extension", "legacy_packaged_app", "hosted_app" |
67 }, | 67 ] |
| 68 }, |
| 69 { |
| 70 "channel": "stable", |
| 71 "extension_types": ["platform_app"], |
| 72 "whitelist": [ |
| 73 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 |
| 74 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 |
| 75 "3F596D221126DCDFD115CFAA2E5A3141806358AD" // http://crbug.com/286542 |
| 76 ] |
| 77 } |
| 78 ], |
68 "bluetooth": { | 79 "bluetooth": { |
69 "channel": "dev", | 80 "channel": "dev", |
70 "extension_types": ["platform_app"] | 81 "extension_types": ["platform_app"] |
71 }, | 82 }, |
72 "bluetoothDevices": { | 83 "bluetoothDevices": { |
73 "channel": "dev", | 84 "channel": "dev", |
74 "extension_types": ["platform_app"] | 85 "extension_types": ["platform_app"] |
75 }, | 86 }, |
76 "bookmarkManagerPrivate": { | 87 "bookmarkManagerPrivate": { |
77 "channel": "stable", | 88 "channel": "stable", |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 "mediaGalleries.copyTo": { | 404 "mediaGalleries.copyTo": { |
394 "channel": "stable", | 405 "channel": "stable", |
395 "extension_types": [ "platform_app" ] | 406 "extension_types": [ "platform_app" ] |
396 }, | 407 }, |
397 // TODO(thestig) Remove this as part of http://crbug.com/144496 | 408 // TODO(thestig) Remove this as part of http://crbug.com/144496 |
398 "mediaGalleriesPrivate": { | 409 "mediaGalleriesPrivate": { |
399 "channel": "stable", | 410 "channel": "stable", |
400 "extension_types": [ "platform_app" ], | 411 "extension_types": [ "platform_app" ], |
401 "whitelist": [ | 412 "whitelist": [ |
402 "dhgjflpimlbndbpamnkoepaacagejgda", | 413 "dhgjflpimlbndbpamnkoepaacagejgda", |
403 "ebpbnabdhheoknfklmpddcdijjkmklkp", // G+ Photos staging | 414 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 |
404 "efjnaogkjbogokcnohkmnjdojkikgobo", // G+ Photos prod | 415 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 |
405 "ejegoaikibpmikoejfephaneibodccma", // G+ Photos dev | 416 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 |
406 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA" | 417 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA" |
407 ] | 418 ] |
408 }, | 419 }, |
409 "mediaPlayerPrivate": { | 420 "mediaPlayerPrivate": { |
410 "channel": "stable", | 421 "channel": "stable", |
411 "extension_types": ["extension", "legacy_packaged_app"], | 422 "extension_types": ["extension", "legacy_packaged_app"], |
412 "location": "component" | 423 "location": "component" |
413 }, | 424 }, |
414 "metricsPrivate": { | 425 "metricsPrivate": { |
415 "channel": "stable", | 426 "channel": "stable", |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 }, | 713 }, |
703 "webRequestBlocking": { | 714 "webRequestBlocking": { |
704 "channel": "stable", | 715 "channel": "stable", |
705 "extension_types": ["extension", "legacy_packaged_app"] | 716 "extension_types": ["extension", "legacy_packaged_app"] |
706 }, | 717 }, |
707 "webview": { | 718 "webview": { |
708 "channel": "stable", | 719 "channel": "stable", |
709 "extension_types": ["platform_app"] | 720 "extension_types": ["platform_app"] |
710 } | 721 } |
711 } | 722 } |
OLD | NEW |