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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 "extension_types": ["extension"], | 501 "extension_types": ["extension"], |
502 "whitelist": [ | 502 "whitelist": [ |
503 "8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper | 503 "8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper |
504 "09FDCB5851B8F3378DB630D06E316076E89C95A6" // hotword nacl | 504 "09FDCB5851B8F3378DB630D06E316076E89C95A6" // hotword nacl |
505 ] | 505 ] |
506 }, | 506 }, |
507 "identity": { | 507 "identity": { |
508 "channel": "stable", | 508 "channel": "stable", |
509 "extension_types": ["extension", "platform_app"] | 509 "extension_types": ["extension", "platform_app"] |
510 }, | 510 }, |
| 511 "identity.email": { |
| 512 "channel": "dev", |
| 513 "extension_types": ["extension", "platform_app"] |
| 514 }, |
511 "identityPrivate": { | 515 "identityPrivate": { |
512 "channel": "stable", | 516 "channel": "stable", |
513 "extension_types": [ | 517 "extension_types": [ |
514 "legacy_packaged_app", "platform_app" | 518 "legacy_packaged_app", "platform_app" |
515 ], | 519 ], |
516 "location": "component" | 520 "location": "component" |
517 }, | 521 }, |
518 "idltest": { | 522 "idltest": { |
519 "channel": "trunk", | 523 "channel": "trunk", |
520 "extension_types": ["extension"] | 524 "extension_types": ["extension"] |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 // Only allowed for whitelisted extensions until all the caveats are | 1045 // Only allowed for whitelisted extensions until all the caveats are |
1042 // addressed. Tracked in crbug/285151. | 1046 // addressed. Tracked in crbug/285151. |
1043 "channel": "stable", | 1047 "channel": "stable", |
1044 "extension_types": ["extension"], | 1048 "extension_types": ["extension"], |
1045 "location": "component", | 1049 "location": "component", |
1046 "whitelist": [ | 1050 "whitelist": [ |
1047 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1051 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1048 ] | 1052 ] |
1049 }] | 1053 }] |
1050 } | 1054 } |
OLD | NEW |