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