Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Side by Side Diff: extensions/common/api/_permission_features.json

Issue 1017253002: Make the chrome.usb API available to Extensions. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "C06709A259378015404ED20F75C7D08547E0F10B" // Security Key (dev) 362 "C06709A259378015404ED20F75C7D08547E0F10B" // Security Key (dev)
363 ] 363 ]
364 } 364 }
365 ], 365 ],
366 "unlimitedStorage": { 366 "unlimitedStorage": {
367 "channel": "stable", 367 "channel": "stable",
368 "extension_types": [ 368 "extension_types": [
369 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 369 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
370 ] 370 ]
371 }, 371 },
372 "usb": [ 372 "usb": {
373 { 373 "channel": "stable",
374 "channel": "stable", 374 "extension_types": ["extension", "platform_app"]
375 "extension_types": ["platform_app"] 375 },
376 }, 376 "usbDevices": {
377 { 377 "channel": "stable",
378 "channel": "stable", 378 "extension_types": ["extension", "platform_app"]
379 "extension_types": ["extension"], 379 },
380 "whitelist": [
381 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
382 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev)
383 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken
384 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev)
385 ]
386 }
387 ],
388 "usbDevices": [
389 {
390 "channel": "stable",
391 "extension_types": ["platform_app"]
392 },
393 {
394 "channel": "stable",
395 "extension_types": ["extension"],
396 "whitelist": [
397 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
398 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev)
399 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken
400 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev)
401 ]
402 }
403 ],
404 "videoCapture": [ 380 "videoCapture": [
405 { 381 {
406 "channel": "stable", 382 "channel": "stable",
407 "extension_types": ["platform_app"] 383 "extension_types": ["platform_app"]
408 }, 384 },
409 { 385 {
410 "channel": "stable", 386 "channel": "stable",
411 "extension_types": ["extension"], 387 "extension_types": ["extension"],
412 "whitelist": [ 388 "whitelist": [
413 // http://crbug.com/292856 389 // http://crbug.com/292856
(...skipping 25 matching lines...) Expand all
439 }, 415 },
440 "webRequest": { 416 "webRequest": {
441 "channel": "stable", 417 "channel": "stable",
442 "extension_types": ["extension", "legacy_packaged_app"] 418 "extension_types": ["extension", "legacy_packaged_app"]
443 }, 419 },
444 "webRequestBlocking": { 420 "webRequestBlocking": {
445 "channel": "stable", 421 "channel": "stable",
446 "extension_types": ["extension", "legacy_packaged_app"] 422 "extension_types": ["extension", "legacy_packaged_app"]
447 } 423 }
448 } 424 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698