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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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": { | 511 "identity.email": { |
512 "channel": "dev", | 512 "channel": "stable", |
513 "extension_types": ["extension", "platform_app"] | 513 "extension_types": ["extension", "platform_app"] |
514 }, | 514 }, |
515 "identityPrivate": { | 515 "identityPrivate": { |
516 "channel": "stable", | 516 "channel": "stable", |
517 "extension_types": [ | 517 "extension_types": [ |
518 "legacy_packaged_app", "platform_app" | 518 "legacy_packaged_app", "platform_app" |
519 ], | 519 ], |
520 "location": "component" | 520 "location": "component" |
521 }, | 521 }, |
522 "idltest": { | 522 "idltest": { |
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1045 // Only allowed for whitelisted extensions until all the caveats are | 1045 // Only allowed for whitelisted extensions until all the caveats are |
1046 // addressed. Tracked in crbug/285151. | 1046 // addressed. Tracked in crbug/285151. |
1047 "channel": "stable", | 1047 "channel": "stable", |
1048 "extension_types": ["extension"], | 1048 "extension_types": ["extension"], |
1049 "location": "component", | 1049 "location": "component", |
1050 "whitelist": [ | 1050 "whitelist": [ |
1051 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1051 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1052 ] | 1052 ] |
1053 }] | 1053 }] |
1054 } | 1054 } |
OLD | NEW |