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 // This features file defines permissions for extension APIs implemented | 5 // This features file defines permissions for extension APIs implemented |
6 // under src/chrome. | 6 // under src/chrome. |
7 // See extensions/common/features/* to understand this file, in particular | 7 // See extensions/common/features/* to understand this file, in particular |
8 // feature.h, simple_feature.h, and base_feature_provider.h. | 8 // feature.h, simple_feature.h, and base_feature_provider.h. |
9 | 9 |
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 }, | 410 }, |
411 "enterprise.platformKeysPrivate": { | 411 "enterprise.platformKeysPrivate": { |
412 "channel": "stable", | 412 "channel": "stable", |
413 "extension_types": ["extension", "legacy_packaged_app"], | 413 "extension_types": ["extension", "legacy_packaged_app"], |
414 "platforms": ["chromeos"], | 414 "platforms": ["chromeos"], |
415 "whitelist": [ | 415 "whitelist": [ |
416 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood | 416 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood |
417 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test | 417 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test |
418 ] | 418 ] |
419 }, | 419 }, |
| 420 "embeddedExtensionOptions": { |
| 421 "channel": "trunk", |
| 422 "extension_types": ["extension"] |
| 423 }, |
420 "experimental": { | 424 "experimental": { |
421 "channel": "stable", | 425 "channel": "stable", |
422 "extension_types": [ | 426 "extension_types": [ |
423 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 427 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
424 ] | 428 ] |
425 }, | 429 }, |
426 "feedbackPrivate": { | 430 "feedbackPrivate": { |
427 "channel": "stable", | 431 "channel": "stable", |
428 "extension_types": ["extension", "platform_app"], | 432 "extension_types": ["extension", "platform_app"], |
429 "whitelist": [ | 433 "whitelist": [ |
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 // Only allowed for whitelisted extensions until all the caveats are | 1109 // Only allowed for whitelisted extensions until all the caveats are |
1106 // addressed. Tracked in crbug/285151. | 1110 // addressed. Tracked in crbug/285151. |
1107 "channel": "stable", | 1111 "channel": "stable", |
1108 "extension_types": ["extension"], | 1112 "extension_types": ["extension"], |
1109 "location": "component", | 1113 "location": "component", |
1110 "whitelist": [ | 1114 "whitelist": [ |
1111 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1115 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1112 ] | 1116 ] |
1113 }] | 1117 }] |
1114 } | 1118 } |
OLD | NEW |