diff --git a/manifest.json b/manifest.json index 5af865a..fba8c18 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,8 @@ { "manifest_version": 2, - "name": "Moonlight", - "version": "0.03", + "name": "Moonlight Game Streaming", + "short_name": "Moonlight", + "version": "0.4", "description": "A Moonlight streaming plugin for Google Chrome", "icons": { "128": "icons/icon128.png", @@ -31,6 +32,11 @@ "udp-bind:*:*", "udp-send-to:*:*" ] } - ] + ], + "requirements": { + "3D": { + "features": ["webgl"] + } + } }