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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 }, | 754 }, |
755 "pushMessaging": { | 755 "pushMessaging": { |
756 "channel": "stable", | 756 "channel": "stable", |
757 "extension_types": ["extension", "platform_app"] | 757 "extension_types": ["extension", "platform_app"] |
758 }, | 758 }, |
759 "imageWriterPrivate": { | 759 "imageWriterPrivate": { |
760 "channel": "stable", | 760 "channel": "stable", |
761 "extension_types": ["platform_app"], | 761 "extension_types": ["platform_app"], |
762 "whitelist": [ | 762 "whitelist": [ |
763 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/329088 | 763 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/329088 |
764 "D7986543275120831B39EF28D1327552FC343960" // http://crbug.com/329088 | 764 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088 |
| 765 "BCC85C0D7F85897F2699974421EA402144C35C0C" // API Test |
765 ] | 766 ] |
766 }, | 767 }, |
767 "readingListPrivate": { | 768 "readingListPrivate": { |
768 "channel": "stable", | 769 "channel": "stable", |
769 "extension_types": ["extension"], | 770 "extension_types": ["extension"], |
770 "whitelist": [ | 771 "whitelist": [ |
771 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | 772 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 |
772 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 | 773 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 |
773 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 | 774 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 |
774 ] | 775 ] |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
982 // Only allowed for whitelisted extensions until all the caveats are | 983 // Only allowed for whitelisted extensions until all the caveats are |
983 // addressed. Tracked in crbug/285151. | 984 // addressed. Tracked in crbug/285151. |
984 "channel": "stable", | 985 "channel": "stable", |
985 "extension_types": ["extension"], | 986 "extension_types": ["extension"], |
986 "location": "component", | 987 "location": "component", |
987 "whitelist": [ | 988 "whitelist": [ |
988 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 989 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
989 ] | 990 ] |
990 }] | 991 }] |
991 } | 992 } |
OLD | NEW |