From a647cbf6790e1f17133605a3a5d332a30b23e727 Mon Sep 17 00:00:00 2001
From: gansukhben <gansukhben@gmail.com>
Date: Mon, 30 Oct 2017 12:14:27 -0500
Subject: [PATCH] Issue #19: Added WebUSB API standard

---
 data/standards/WEBUSB.json | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 data/standards/WEBUSB.json

diff --git a/data/standards/WEBUSB.json b/data/standards/WEBUSB.json
new file mode 100644
index 0000000..3fda9d8
--- /dev/null
+++ b/data/standards/WEBUSB.json
@@ -0,0 +1,26 @@
+{
+    "info": {
+      "name": "Payment Request API",
+      "subsection_number": null,
+      "subsection_name": null,
+      "url": "https://w3c.github.io/payment-request/"
+    },
+    "features": [
+        "USB.prototype.getDevices",
+        "USB.prototype.requestDevice",
+        "USBDevice.prototype.open",
+        "USBDevice.prototype.close",
+        "USBDevice.prototype.selectConfiguration",
+        "USBDevice.prototype.claimInterface",
+        "USBDevice.prototype.releaseInterface",
+        "USBDevice.prototype.selectAlternateInterface",
+        "USBDevice.prototype.controlTransferIn",
+        "USBDevice.prototype.controlTransferOut",
+        "USBDevice.prototype.clearHalt",
+        "USBDevice.prototype.transferIn",
+        "USBDevice.prototype.transferOut",
+        "USBDevice.prototype.isochronousTransferIn",
+        "USBDevice.prototype.isochronousTransferOut",
+        "USBDevice.prototype.reset"
+    ]
+  }
\ No newline at end of file