OLD | NEW |
---|---|
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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/extensions. | 6 // under src/extensions. |
7 // See chrome/common/extensions/api/_features.md to understand this file, as | 7 // See chrome/common/extensions/api/_features.md to understand this file, as |
8 // well as feature.h, simple_feature.h, and feature_provider.h. | 8 // well as feature.h, simple_feature.h, and feature_provider.h. |
9 | 9 |
10 // If you add a new platform_app permission please update the "stubs_app" test: | 10 // If you add a new platform_app permission please update the "stubs_app" test: |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
219 "channel": "stable", | 219 "channel": "stable", |
220 "extension_types": [ | 220 "extension_types": [ |
221 "extension", "hosted_app", "legacy_packaged_app", "platform_app" | 221 "extension", "hosted_app", "legacy_packaged_app", "platform_app" |
222 ], | 222 ], |
223 "whitelist": [ | 223 "whitelist": [ |
224 "54ECAB4579BDE8FDAF9B29ED335F9946EE504A52", // Used in unit tests | 224 "54ECAB4579BDE8FDAF9B29ED335F9946EE504A52", // Used in unit tests |
225 "E24F1786D842E91E74C27929B0B3715A4689A473", // http://crbug.com/417494 | 225 "E24F1786D842E91E74C27929B0B3715A4689A473", // http://crbug.com/417494 |
226 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // http://crbug.com/429886 | 226 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // http://crbug.com/429886 |
227 ] | 227 ] |
228 }, | 228 }, |
229 "fileSystem": [{ | |
230 "channel": "stable", | |
231 "extension_types": ["platform_app"], | |
232 "default_parent": true | |
233 },{ | |
234 "channel": "stable", | |
235 "extension_types": ["extension"], | |
236 "whitelist": [ | |
237 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice | |
238 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal | |
239 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | |
240 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | |
241 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 | |
242 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562 | |
243 "2B6C6A4A5940017146F3E58B7F90116206E84685", // http://crbug.com/642141 | |
244 "B6C2EFAB3EC3BF6EF03701408B6B09A67B2D0069", // http://crbug.com/642141 | |
245 "96FF2FFA5C9173C76D47184B3E86D267B37781DE", // http://crbug.com/642141 | |
246 "0136FCB13DB29FD5CD442F56E59E53B61F1DF96F" // http://crbug.com/642141 | |
247 ] | |
248 }], | |
249 "fileSystem.directory": { | |
Devlin
2017/07/17 22:57:34
Still planning on removing this in a separate CL?
| |
250 "channel": "stable", | |
251 "extension_types": ["platform_app"] | |
252 }, | |
253 "fileSystem.retainEntries": { | |
254 "channel": "stable", | |
255 "extension_types": ["platform_app"] | |
256 }, | |
257 "fileSystem.write": [{ | |
258 "channel": "stable", | |
259 "extension_types": ["platform_app"] | |
260 },{ | |
261 "channel": "stable", | |
262 "extension_types": ["extension"], | |
263 "whitelist": [ | |
264 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice | |
265 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal | |
266 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | |
267 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | |
268 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 | |
269 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 | |
270 ] | |
271 }], | |
272 "fileSystem.requestFileSystem": { | |
273 "channel": "stable", | |
274 "extension_types": ["platform_app"], | |
275 "platforms": ["chromeos"] | |
276 }, | |
229 "hid": [ | 277 "hid": [ |
230 { | 278 { |
231 "channel": "stable", | 279 "channel": "stable", |
232 "extension_types": ["platform_app"] | 280 "extension_types": ["platform_app"] |
233 }, | 281 }, |
234 { | 282 { |
235 "channel": "stable", | 283 "channel": "stable", |
236 "extension_types": ["extension"], | 284 "extension_types": ["extension"], |
237 "whitelist": [ | 285 "whitelist": [ |
238 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs | 286 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs |
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
612 }], | 660 }], |
613 "webRequest": { | 661 "webRequest": { |
614 "channel": "stable", | 662 "channel": "stable", |
615 "extension_types": ["extension", "legacy_packaged_app"] | 663 "extension_types": ["extension", "legacy_packaged_app"] |
616 }, | 664 }, |
617 "webRequestBlocking": { | 665 "webRequestBlocking": { |
618 "channel": "stable", | 666 "channel": "stable", |
619 "extension_types": ["extension", "legacy_packaged_app"] | 667 "extension_types": ["extension", "legacy_packaged_app"] |
620 } | 668 } |
621 } | 669 } |
OLD | NEW |