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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 "channel": "stable", | 268 "channel": "stable", |
269 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 269 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
270 // CloudPrint | 270 // CloudPrint |
271 "whitelist": ["99060B01DE911EB85FD630C8BA6320C9186CA3AB"] | 271 "whitelist": ["99060B01DE911EB85FD630C8BA6320C9186CA3AB"] |
272 }, | 272 }, |
273 "commandLinePrivate": { | 273 "commandLinePrivate": { |
274 "channel": "stable", | 274 "channel": "stable", |
275 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 275 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
276 "location": "component" | 276 "location": "component" |
277 }, | 277 }, |
| 278 "commands.accessibility": { |
| 279 "channel": "stable", |
| 280 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 281 "whitelist": [ |
| 282 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E", // http://crbug.com/404768 |
| 283 "75C7F4B720314B6CB1B5817CD86089DB95CD2461" // http://crbug.com/404768 |
| 284 ] |
| 285 }, |
278 "contentSettings": { | 286 "contentSettings": { |
279 "channel": "stable", | 287 "channel": "stable", |
280 "extension_types": ["extension", "legacy_packaged_app"] | 288 "extension_types": ["extension", "legacy_packaged_app"] |
281 }, | 289 }, |
282 "contextMenus": { | 290 "contextMenus": { |
283 "channel": "stable", | 291 "channel": "stable", |
284 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 292 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
285 }, | 293 }, |
286 "cookies": { | 294 "cookies": { |
287 "channel": "stable", | 295 "channel": "stable", |
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1161 // Only allowed for whitelisted extensions until all the caveats are | 1169 // Only allowed for whitelisted extensions until all the caveats are |
1162 // addressed. Tracked in crbug/285151. | 1170 // addressed. Tracked in crbug/285151. |
1163 "channel": "stable", | 1171 "channel": "stable", |
1164 "extension_types": ["extension"], | 1172 "extension_types": ["extension"], |
1165 "location": "component", | 1173 "location": "component", |
1166 "whitelist": [ | 1174 "whitelist": [ |
1167 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1175 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1168 ] | 1176 ] |
1169 }] | 1177 }] |
1170 } | 1178 } |
OLD | NEW |