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