| 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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 }, | 404 }, |
| 405 "enterprise.platformKeysPrivate": { | 405 "enterprise.platformKeysPrivate": { |
| 406 "channel": "stable", | 406 "channel": "stable", |
| 407 "extension_types": ["extension", "legacy_packaged_app"], | 407 "extension_types": ["extension", "legacy_packaged_app"], |
| 408 "platforms": ["chromeos"], | 408 "platforms": ["chromeos"], |
| 409 "whitelist": [ | 409 "whitelist": [ |
| 410 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood | 410 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood |
| 411 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test | 411 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test |
| 412 ] | 412 ] |
| 413 }, | 413 }, |
| 414 "embeddedExtensionOptions": { |
| 415 "channel": "trunk", |
| 416 "extension_types": ["extension"] |
| 417 }, |
| 414 "experimental": { | 418 "experimental": { |
| 415 "channel": "stable", | 419 "channel": "stable", |
| 416 "extension_types": [ | 420 "extension_types": [ |
| 417 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 421 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| 418 ] | 422 ] |
| 419 }, | 423 }, |
| 420 "feedbackPrivate": { | 424 "feedbackPrivate": { |
| 421 "channel": "stable", | 425 "channel": "stable", |
| 422 "extension_types": ["extension", "platform_app"], | 426 "extension_types": ["extension", "platform_app"], |
| 423 "whitelist": [ | 427 "whitelist": [ |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1090 // Only allowed for whitelisted extensions until all the caveats are | 1094 // Only allowed for whitelisted extensions until all the caveats are |
| 1091 // addressed. Tracked in crbug/285151. | 1095 // addressed. Tracked in crbug/285151. |
| 1092 "channel": "stable", | 1096 "channel": "stable", |
| 1093 "extension_types": ["extension"], | 1097 "extension_types": ["extension"], |
| 1094 "location": "component", | 1098 "location": "component", |
| 1095 "whitelist": [ | 1099 "whitelist": [ |
| 1096 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1100 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 1097 ] | 1101 ] |
| 1098 }] | 1102 }] |
| 1099 } | 1103 } |
| OLD | NEW |