| 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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 }, | 850 }, |
| 851 "screensaver": { | 851 "screensaver": { |
| 852 "channel": "stable", | 852 "channel": "stable", |
| 853 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] | 853 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |
| 854 }, | 854 }, |
| 855 "serial": { | 855 "serial": { |
| 856 "channel": "stable", | 856 "channel": "stable", |
| 857 "extension_types": ["platform_app"] | 857 "extension_types": ["platform_app"] |
| 858 }, | 858 }, |
| 859 "sessions": { | 859 "sessions": { |
| 860 "channel": "dev", | 860 "channel": "stable", |
| 861 "extension_types": ["extension", "legacy_packaged_app"] | 861 "extension_types": ["extension", "legacy_packaged_app"] |
| 862 }, | 862 }, |
| 863 "signedInDevices": { | 863 "signedInDevices": { |
| 864 "channel": "dev", | 864 "channel": "dev", |
| 865 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 865 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 866 }, | 866 }, |
| 867 "streamsPrivate": { | 867 "streamsPrivate": { |
| 868 "channel": "stable", | 868 "channel": "stable", |
| 869 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 869 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 870 "whitelist": [ | 870 "whitelist": [ |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 // Only allowed for whitelisted extensions until all the caveats are | 1041 // Only allowed for whitelisted extensions until all the caveats are |
| 1042 // addressed. Tracked in crbug/285151. | 1042 // addressed. Tracked in crbug/285151. |
| 1043 "channel": "stable", | 1043 "channel": "stable", |
| 1044 "extension_types": ["extension"], | 1044 "extension_types": ["extension"], |
| 1045 "location": "component", | 1045 "location": "component", |
| 1046 "whitelist": [ | 1046 "whitelist": [ |
| 1047 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1047 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 1048 ] | 1048 ] |
| 1049 }] | 1049 }] |
| 1050 } | 1050 } |
| OLD | NEW |