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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 ] | 487 ] |
488 }, | 488 }, |
489 "history": { | 489 "history": { |
490 "channel": "stable", | 490 "channel": "stable", |
491 "extension_types": ["extension", "legacy_packaged_app"] | 491 "extension_types": ["extension", "legacy_packaged_app"] |
492 }, | 492 }, |
493 "hotwordPrivate": { | 493 "hotwordPrivate": { |
494 "channel": "stable", | 494 "channel": "stable", |
495 "extension_types": ["extension", "platform_app"], | 495 "extension_types": ["extension", "platform_app"], |
496 "whitelist": [ | 496 "whitelist": [ |
497 "8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper | |
498 "09FDCB5851B8F3378DB630D06E316076E89C95A6", // hotword nacl | |
499 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // hotword component | 497 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // hotword component |
500 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification | 498 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification |
501 ] | 499 ] |
502 }, | 500 }, |
503 "identity": { | 501 "identity": { |
504 "channel": "stable", | 502 "channel": "stable", |
505 "extension_types": ["extension", "platform_app"] | 503 "extension_types": ["extension", "platform_app"] |
506 }, | 504 }, |
507 "identity.email": { | 505 "identity.email": { |
508 "channel": "stable", | 506 "channel": "stable", |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 }, | 970 }, |
973 "webstorePrivate": { | 971 "webstorePrivate": { |
974 "channel": "stable", | 972 "channel": "stable", |
975 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 973 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
976 "whitelist": [ | 974 "whitelist": [ |
977 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 975 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
978 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store | 976 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store |
979 ] | 977 ] |
980 } | 978 } |
981 } | 979 } |
OLD | NEW |