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"] + } + } }