From 4b0c8453724e2bcd25a786d862171a55135f285f Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 9 Jun 2016 15:10:31 -0500 Subject: [PATCH] Require 3D support for Moonlight --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5af865a..4dd2066 100644 --- a/manifest.json +++ b/manifest.json @@ -31,6 +31,11 @@ "udp-bind:*:*", "udp-send-to:*:*" ] } - ] + ], + "requirements": { + "3D": { + "features": ["webgl"] + } + } }