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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
907 "extension_types": ["platform_app"], | 907 "extension_types": ["platform_app"], |
908 "whitelist": [ | 908 "whitelist": [ |
909 "lkegkdgachcnekllcdfkijonogckdnjo", // API test | 909 "lkegkdgachcnekllcdfkijonogckdnjo", // API test |
910 "E13990DC5440B6E270503DA27A35762F423725C3" // dogfood | 910 "E13990DC5440B6E270503DA27A35762F423725C3" // dogfood |
911 ] | 911 ] |
912 }], | 912 }], |
913 "screensaver": { | 913 "screensaver": { |
914 "channel": "stable", | 914 "channel": "stable", |
915 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] | 915 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |
916 }, | 916 }, |
917 "serial": { | |
918 "channel": "stable", | |
919 "extension_types": ["platform_app"] | |
920 }, | |
921 "sessions": { | 917 "sessions": { |
922 "channel": "stable", | 918 "channel": "stable", |
923 "extension_types": ["extension", "legacy_packaged_app"] | 919 "extension_types": ["extension", "legacy_packaged_app"] |
924 }, | 920 }, |
925 "signedInDevices": { | 921 "signedInDevices": { |
926 "channel": "dev", | 922 "channel": "dev", |
927 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 923 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
928 }, | 924 }, |
929 "streamsPrivate": { | 925 "streamsPrivate": { |
930 "channel": "stable", | 926 "channel": "stable", |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1107 // Only allowed for whitelisted extensions until all the caveats are | 1103 // Only allowed for whitelisted extensions until all the caveats are |
1108 // addressed. Tracked in crbug/285151. | 1104 // addressed. Tracked in crbug/285151. |
1109 "channel": "stable", | 1105 "channel": "stable", |
1110 "extension_types": ["extension"], | 1106 "extension_types": ["extension"], |
1111 "location": "component", | 1107 "location": "component", |
1112 "whitelist": [ | 1108 "whitelist": [ |
1113 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1109 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1114 ] | 1110 ] |
1115 }] | 1111 }] |
1116 } | 1112 } |
OLD | NEW |