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