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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 "extension", "legacy_packaged_app", "platform_app" | 251 "extension", "legacy_packaged_app", "platform_app" |
252 ] | 252 ] |
253 }, | 253 }, |
254 "oauth2.auto_approve": { | 254 "oauth2.auto_approve": { |
255 "channel": "stable", | 255 "channel": "stable", |
256 "extension_types": [ | 256 "extension_types": [ |
257 "extension", "platform_app" | 257 "extension", "platform_app" |
258 ], | 258 ], |
259 "whitelist": [ | 259 "whitelist": [ |
260 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests | 260 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests |
261 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now | 261 "pafkbggdmjlpgkdkcbjmhmfcdpncadgh", // Google Now |
262 "hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App | 262 "hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App |
263 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app. | 263 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app. |
264 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", | 264 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", |
265 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", | 265 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", |
266 "1A26E32DE447A17CBE5E9750CDBA78F58539B39C", // TODO(rockot): Kill these. | 266 "1A26E32DE447A17CBE5E9750CDBA78F58539B39C", // TODO(rockot): Kill these. |
267 "E61F841D8210B6A9891E5384CB665FBED31FCD7B", // http://crbug.com/281715 | 267 "E61F841D8210B6A9891E5384CB665FBED31FCD7B", // http://crbug.com/281715 |
268 "0F42756099D914A026DADFA182871C015735DD95" // http://crbug.com/300087 | 268 "0F42756099D914A026DADFA182871C015735DD95" // http://crbug.com/300087 |
269 ] | 269 ] |
270 }, | 270 }, |
271 "offline_enabled": { | 271 "offline_enabled": { |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 "extension_types": [ | 385 "extension_types": [ |
386 "extension", "legacy_packaged_app", "hosted_app" | 386 "extension", "legacy_packaged_app", "hosted_app" |
387 ] | 387 ] |
388 }, | 388 }, |
389 "webview": { | 389 "webview": { |
390 "channel": "dev", | 390 "channel": "dev", |
391 "extension_types": ["platform_app"], | 391 "extension_types": ["platform_app"], |
392 "min_manifest_version": 2 | 392 "min_manifest_version": 2 |
393 } | 393 } |
394 } | 394 } |
OLD | NEW |