diff --git a/data/standards/WEBVR.json b/data/standards/WEBVR.json
new file mode 100644
index 0000000..42e5169
--- /dev/null
+++ b/data/standards/WEBVR.json
@@ -0,0 +1,21 @@
+{
+    "info": {
+      "name": "WebVR",
+      "subsection_number": null,
+      "subsection_name": null,
+      "url": "https://w3c.github.io/webvr/spec/1.1/"
+    },
+    "features": [
+        "VRDisplay.prototype.getEyeParameters",
+        "VRDisplay.prototype.getFrameData",
+        "VRDisplay.prototype.getPose",
+        "VRDisplay.prototype.resetPose",
+        "VRDisplay.prototype.requestAnimationFrame",
+        "VRDisplay.prototype.cancelAnimationFrame",
+        "VRDisplay.prototype.requestPresent",
+        "VRDisplay.prototype.exitPresent",
+        "VRDisplay.prototype.getLayers",
+        "VRDisplay.prototype.submitFrame",
+        "Navigator.prototype.getVRDisplays"
+    ]
+  }
\ No newline at end of file