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 971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
982 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6", | 982 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6", |
983 // Hangout Services component extension. | 983 // Hangout Services component extension. |
984 "DF84F03F9B960409CCDE0D895B9650EBE81C0A8E" | 984 "DF84F03F9B960409CCDE0D895B9650EBE81C0A8E" |
985 ] | 985 ] |
986 }, | 986 }, |
987 "webstorePrivate": { | 987 "webstorePrivate": { |
988 "channel": "stable", | 988 "channel": "stable", |
989 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 989 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
990 "whitelist": [ | 990 "whitelist": [ |
991 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 991 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
992 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 992 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store |
993 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | |
994 ] | 993 ] |
995 } | 994 } |
996 } | 995 } |
OLD | NEW |