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 | 7 |
8 // See extensions/common/features/* to understand this file, in particular | 8 // See extensions/common/features/* to understand this file, in particular |
9 // feature.h, simple_feature.h, and base_feature_provider.h. | 9 // feature.h, simple_feature.h, and base_feature_provider.h. |
10 | 10 |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 { | 266 { |
267 "channel": "stable", | 267 "channel": "stable", |
268 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 268 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
269 }, | 269 }, |
270 { | 270 { |
271 "channel": "stable", | 271 "channel": "stable", |
272 "extension_types": ["hosted_app"], | 272 "extension_types": ["hosted_app"], |
273 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store | 273 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store |
274 } | 274 } |
275 ], | 275 ], |
| 276 "unlimitedStorage": { |
| 277 "channel": "stable", |
| 278 "extension_types": [ |
| 279 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| 280 ] |
| 281 }, |
276 "usb": [ | 282 "usb": [ |
277 { | 283 { |
278 "channel": "stable", | 284 "channel": "stable", |
279 "extension_types": ["platform_app"] | 285 "extension_types": ["platform_app"] |
280 }, | 286 }, |
281 { | 287 { |
282 "channel": "stable", | 288 "channel": "stable", |
283 "extension_types": ["extension"], | 289 "extension_types": ["extension"], |
284 "whitelist": [ | 290 "whitelist": [ |
285 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs | 291 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 "extension_types": ["extension", "legacy_packaged_app"] | 354 "extension_types": ["extension", "legacy_packaged_app"] |
349 } | 355 } |
350 ], | 356 ], |
351 "webRequestBlocking": [ | 357 "webRequestBlocking": [ |
352 { | 358 { |
353 "channel": "stable", | 359 "channel": "stable", |
354 "extension_types": ["extension", "legacy_packaged_app"] | 360 "extension_types": ["extension", "legacy_packaged_app"] |
355 } | 361 } |
356 ] | 362 ] |
357 } | 363 } |
OLD | NEW |