mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Merge branch 'master' of github.com:cgutman/moonlight-chrome
This commit is contained in:
commit
b251439569
@ -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"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user