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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 "extension_types": ["platform_app"], | 128 "extension_types": ["platform_app"], |
129 "whitelist": [ | 129 "whitelist": [ |
130 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 | 130 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 |
131 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 | 131 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 |
132 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 | 132 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 |
133 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952 | 133 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952 |
134 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952 | 134 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952 |
135 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A", // http://crbug.com/320952 | 135 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A", // http://crbug.com/320952 |
136 "3D14248405B8A59043420AAC160077C99E7788A9", // http://crbug.com/398585 | 136 "3D14248405B8A59043420AAC160077C99E7788A9", // http://crbug.com/398585 |
137 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", // http://crbug.com/398585 | 137 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", // http://crbug.com/398585 |
138 "3407516021EA3669C0EC8E65E6B9837E5A521B9C" // http://crbug.com/398585 | 138 "3407516021EA3669C0EC8E65E6B9837E5A521B9C", // http://crbug.com/398585 |
| 139 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B", // http://crbug.com/405800 |
| 140 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", // http://crbug.com/405800 |
| 141 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/405800 |
| 142 "0F42756099D914A026DADFA182871C015735DD95" // http://crbug.com/405800 |
139 ] | 143 ] |
140 } | 144 } |
141 ], | 145 ], |
142 "bluetoothPrivate": { | 146 "bluetoothPrivate": { |
143 "channel": "stable", | 147 "channel": "stable", |
144 "extension_types": ["platform_app"], | 148 "extension_types": ["platform_app"], |
145 "platforms": ["chromeos", "win", "mac"], | 149 "platforms": ["chromeos", "win", "mac"], |
146 "whitelist": [ | 150 "whitelist": [ |
147 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169 | 151 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169 |
148 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169 | 152 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169 |
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1134 // Only allowed for whitelisted extensions until all the caveats are | 1138 // Only allowed for whitelisted extensions until all the caveats are |
1135 // addressed. Tracked in crbug/285151. | 1139 // addressed. Tracked in crbug/285151. |
1136 "channel": "stable", | 1140 "channel": "stable", |
1137 "extension_types": ["extension"], | 1141 "extension_types": ["extension"], |
1138 "location": "component", | 1142 "location": "component", |
1139 "whitelist": [ | 1143 "whitelist": [ |
1140 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1144 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1141 ] | 1145 ] |
1142 }] | 1146 }] |
1143 } | 1147 } |
OLD | NEW |