| 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 "history": { | 484 "history": { |
| 485 "channel": "stable", | 485 "channel": "stable", |
| 486 "extension_types": ["extension", "legacy_packaged_app"] | 486 "extension_types": ["extension", "legacy_packaged_app"] |
| 487 }, | 487 }, |
| 488 "hotwordPrivate": { | 488 "hotwordPrivate": { |
| 489 "channel": "stable", | 489 "channel": "stable", |
| 490 "extension_types": ["extension", "platform_app"], | 490 "extension_types": ["extension", "platform_app"], |
| 491 "whitelist": [ | 491 "whitelist": [ |
| 492 "8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper | 492 "8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper |
| 493 "09FDCB5851B8F3378DB630D06E316076E89C95A6", // hotword nacl | 493 "09FDCB5851B8F3378DB630D06E316076E89C95A6", // hotword nacl |
| 494 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // hotword component |
| 494 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification | 495 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification |
| 495 ] | 496 ] |
| 496 }, | 497 }, |
| 497 "identity": { | 498 "identity": { |
| 498 "channel": "stable", | 499 "channel": "stable", |
| 499 "extension_types": ["extension", "platform_app"] | 500 "extension_types": ["extension", "platform_app"] |
| 500 }, | 501 }, |
| 501 "identity.email": { | 502 "identity.email": { |
| 502 "channel": "stable", | 503 "channel": "stable", |
| 503 "extension_types": ["extension", "platform_app"] | 504 "extension_types": ["extension", "platform_app"] |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 }, | 965 }, |
| 965 "webstorePrivate": { | 966 "webstorePrivate": { |
| 966 "channel": "stable", | 967 "channel": "stable", |
| 967 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 968 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 968 "whitelist": [ | 969 "whitelist": [ |
| 969 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 970 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 970 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store | 971 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store |
| 971 ] | 972 ] |
| 972 } | 973 } |
| 973 } | 974 } |
| OLD | NEW |