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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 "extension_types": [ | 510 "extension_types": [ |
511 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 511 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
512 ] | 512 ] |
513 }, | 513 }, |
514 "history": { | 514 "history": { |
515 "channel": "stable", | 515 "channel": "stable", |
516 "extension_types": ["extension", "legacy_packaged_app"] | 516 "extension_types": ["extension", "legacy_packaged_app"] |
517 }, | 517 }, |
518 "hotwordPrivate": { | 518 "hotwordPrivate": { |
519 "channel": "stable", | 519 "channel": "stable", |
520 "extension_types": ["extension"], | 520 "extension_types": ["extension", "platform_app"], |
521 "whitelist": [ | 521 "whitelist": [ |
522 "8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper | 522 "8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper |
523 "09FDCB5851B8F3378DB630D06E316076E89C95A6" // hotword nacl | 523 "09FDCB5851B8F3378DB630D06E316076E89C95A6", // hotword nacl |
| 524 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification |
524 ] | 525 ] |
525 }, | 526 }, |
526 "identity": { | 527 "identity": { |
527 "channel": "stable", | 528 "channel": "stable", |
528 "extension_types": ["extension", "platform_app"] | 529 "extension_types": ["extension", "platform_app"] |
529 }, | 530 }, |
530 "identity.email": { | 531 "identity.email": { |
531 "channel": "stable", | 532 "channel": "stable", |
532 "extension_types": ["extension", "platform_app"] | 533 "extension_types": ["extension", "platform_app"] |
533 }, | 534 }, |
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1066 // Only allowed for whitelisted extensions until all the caveats are | 1067 // Only allowed for whitelisted extensions until all the caveats are |
1067 // addressed. Tracked in crbug/285151. | 1068 // addressed. Tracked in crbug/285151. |
1068 "channel": "stable", | 1069 "channel": "stable", |
1069 "extension_types": ["extension"], | 1070 "extension_types": ["extension"], |
1070 "location": "component", | 1071 "location": "component", |
1071 "whitelist": [ | 1072 "whitelist": [ |
1072 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1073 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1073 ] | 1074 ] |
1074 }] | 1075 }] |
1075 } | 1076 } |
OLD | NEW |