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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 "DF84F03F9B960409CCDE0D895B9650EBE81C0A8E", // Hangout Services | 801 "DF84F03F9B960409CCDE0D895B9650EBE81C0A8E", // Hangout Services |
802 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6", // Hangouts test extension | 802 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6", // Hangouts test extension |
803 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/370700 | 803 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/370700 |
804 "0EEDFC0EED87871237213F34EBC7B4982A195C95" // http://crbug.com/370700 | 804 "0EEDFC0EED87871237213F34EBC7B4982A195C95" // http://crbug.com/370700 |
805 ] | 805 ] |
806 }], | 806 }], |
807 "proxy": { | 807 "proxy": { |
808 "channel": "stable", | 808 "channel": "stable", |
809 "extension_types": ["extension", "legacy_packaged_app"] | 809 "extension_types": ["extension", "legacy_packaged_app"] |
810 }, | 810 }, |
811 "pushMessaging": { | |
812 "channel": "stable", | |
813 "extension_types": ["extension", "platform_app"] | |
814 }, | |
815 "imageWriterPrivate": { | 811 "imageWriterPrivate": { |
816 "channel": "stable", | 812 "channel": "stable", |
817 "extension_types": ["platform_app"], | 813 "extension_types": ["platform_app"], |
818 "whitelist": [ | 814 "whitelist": [ |
819 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/329088 | 815 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/329088 |
820 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088 | 816 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088 |
821 "BCC85C0D7F85897F2699974421EA402144C35C0C" // API Test | 817 "BCC85C0D7F85897F2699974421EA402144C35C0C" // API Test |
822 ] | 818 ] |
823 }, | 819 }, |
824 "inlineInstallPrivate": | 820 "inlineInstallPrivate": |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
971 }, | 967 }, |
972 "webstorePrivate": { | 968 "webstorePrivate": { |
973 "channel": "stable", | 969 "channel": "stable", |
974 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 970 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
975 "whitelist": [ | 971 "whitelist": [ |
976 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 972 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
977 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store | 973 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store |
978 ] | 974 ] |
979 } | 975 } |
980 } | 976 } |
OLD | NEW |