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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 "extension_types": ["extension", "legacy_packaged_app"] | 787 "extension_types": ["extension", "legacy_packaged_app"] |
788 }, | 788 }, |
789 "pointerLock": { | 789 "pointerLock": { |
790 "channel": "stable", | 790 "channel": "stable", |
791 "extension_types": ["platform_app"] | 791 "extension_types": ["platform_app"] |
792 }, | 792 }, |
793 "plugin": { | 793 "plugin": { |
794 "channel": "stable", | 794 "channel": "stable", |
795 "extension_types": ["extension", "legacy_packaged_app"] | 795 "extension_types": ["extension", "legacy_packaged_app"] |
796 }, | 796 }, |
797 "power": { | |
798 "channel": "stable", | |
799 "extension_types": [ | |
800 "extension", "legacy_packaged_app", "platform_app" | |
801 ] | |
802 }, | |
803 "preferencesPrivate": { | 797 "preferencesPrivate": { |
804 "channel": "stable", | 798 "channel": "stable", |
805 "extension_types": [ | 799 "extension_types": [ |
806 "extension" | 800 "extension" |
807 ], | 801 ], |
808 "whitelist": [ | 802 "whitelist": [ |
809 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now | 803 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now |
810 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | 804 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 |
811 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 | 805 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 |
812 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 | 806 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1086 // Only allowed for whitelisted extensions until all the caveats are | 1080 // Only allowed for whitelisted extensions until all the caveats are |
1087 // addressed. Tracked in crbug/285151. | 1081 // addressed. Tracked in crbug/285151. |
1088 "channel": "stable", | 1082 "channel": "stable", |
1089 "extension_types": ["extension"], | 1083 "extension_types": ["extension"], |
1090 "location": "component", | 1084 "location": "component", |
1091 "whitelist": [ | 1085 "whitelist": [ |
1092 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1086 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1093 ] | 1087 ] |
1094 }] | 1088 }] |
1095 } | 1089 } |
OLD | NEW |