Merge branch 'master' of github.com:cgutman/moonlight-chrome

This commit is contained in:
R. Aidan Campbell 2016-06-09 17:01:10 -04:00
commit b251439569

View File

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