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 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
745 "rtcPrivate": { | 745 "rtcPrivate": { |
746 "channel": "stable", | 746 "channel": "stable", |
747 "extension_types": ["extension", "legacy_packaged_app"], | 747 "extension_types": ["extension", "legacy_packaged_app"], |
748 "whitelist": [ | 748 "whitelist": [ |
749 "53041A2FA309EECED01FFC751E7399186E860B2C", // Google Talk prod | 749 "53041A2FA309EECED01FFC751E7399186E860B2C", // Google Talk prod |
750 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta | 750 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta |
751 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha | 751 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha |
752 "312745D9BF916161191143F6490085EEA0434997" // Google Talk debug | 752 "312745D9BF916161191143F6490085EEA0434997" // Google Talk debug |
753 ] | 753 ] |
754 }, | 754 }, |
755 // Note: runtime is not actually a permission, but some systems check these | |
756 // values to verify restrictions. | |
757 "runtime": { | |
758 "channel": "stable", | |
759 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | |
760 }, | |
761 "screenlockPrivate": { | 755 "screenlockPrivate": { |
762 "channel": "stable", | 756 "channel": "stable", |
763 "extension_types": ["platform_app"], | 757 "extension_types": ["platform_app"], |
764 "whitelist": [ | 758 "whitelist": [ |
765 "lkegkdgachcnekllcdfkijonogckdnjo", // API test | 759 "lkegkdgachcnekllcdfkijonogckdnjo", // API test |
766 "190C131D270994E7330E9A3CD48224061CB10E2D", // dogfood 1 | 760 "190C131D270994E7330E9A3CD48224061CB10E2D", // dogfood 1 |
767 "7FDDD1C0CB0052596657FDEC92841D509DC8D404", // dogfood 2 | 761 "7FDDD1C0CB0052596657FDEC92841D509DC8D404", // dogfood 2 |
768 "E13990DC5440B6E270503DA27A35762F423725C3" // dogfood 3 | 762 "E13990DC5440B6E270503DA27A35762F423725C3" // dogfood 3 |
769 ] | 763 ] |
770 }, | 764 }, |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
957 // Only allowed for whitelisted extensions until all the caveats are | 951 // Only allowed for whitelisted extensions until all the caveats are |
958 // addressed. Tracked in crbug/285151. | 952 // addressed. Tracked in crbug/285151. |
959 "channel": "stable", | 953 "channel": "stable", |
960 "extension_types": ["extension"], | 954 "extension_types": ["extension"], |
961 "location": "component", | 955 "location": "component", |
962 "whitelist": [ | 956 "whitelist": [ |
963 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 957 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
964 ] | 958 ] |
965 }] | 959 }] |
966 } | 960 } |
OLD | NEW |