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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
914 "rtcPrivate": { | 914 "rtcPrivate": { |
915 "channel": "stable", | 915 "channel": "stable", |
916 "extension_types": ["extension", "legacy_packaged_app"], | 916 "extension_types": ["extension", "legacy_packaged_app"], |
917 "whitelist": [ | 917 "whitelist": [ |
918 "53041A2FA309EECED01FFC751E7399186E860B2C", // Google Talk prod | 918 "53041A2FA309EECED01FFC751E7399186E860B2C", // Google Talk prod |
919 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta | 919 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta |
920 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha | 920 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha |
921 "312745D9BF916161191143F6490085EEA0434997" // Google Talk debug | 921 "312745D9BF916161191143F6490085EEA0434997" // Google Talk debug |
922 ] | 922 ] |
923 }, | 923 }, |
924 "screenlockPrivate": [{ | 924 "screenlockPrivate": { |
925 "platforms": ["chromeos"], | |
926 "channel": "stable", | 925 "channel": "stable", |
927 "extension_types": ["platform_app"], | 926 "extension_types": ["platform_app"], |
928 "location": "component" | 927 "location": "component" |
929 }, { | 928 }, |
930 "platforms": ["mac", "win", "linux"], | |
931 "channel": "stable", | |
932 "extension_types": ["platform_app"], | |
933 "whitelist": [ | |
934 "lkegkdgachcnekllcdfkijonogckdnjo", // API test | |
935 "E13990DC5440B6E270503DA27A35762F423725C3" // dogfood | |
936 ] | |
937 }], | |
938 "screensaver": { | 929 "screensaver": { |
939 "channel": "stable", | 930 "channel": "stable", |
940 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] | 931 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |
941 }, | 932 }, |
942 "sessions": { | 933 "sessions": { |
943 "channel": "stable", | 934 "channel": "stable", |
944 "extension_types": ["extension", "legacy_packaged_app"] | 935 "extension_types": ["extension", "legacy_packaged_app"] |
945 }, | 936 }, |
946 "signedInDevices": { | 937 "signedInDevices": { |
947 "channel": "dev", | 938 "channel": "dev", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 "webstorePrivate": { | 1064 "webstorePrivate": { |
1074 "channel": "stable", | 1065 "channel": "stable", |
1075 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1066 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
1076 "whitelist": [ | 1067 "whitelist": [ |
1077 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1068 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
1078 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 1069 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
1079 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 1070 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
1080 ] | 1071 ] |
1081 } | 1072 } |
1082 } | 1073 } |
OLD | NEW |