mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
Version 0.9.1
This commit is contained in:
parent
1d7b94ccaf
commit
2f72f7e555
@ -2,13 +2,13 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Moonlight Game Streaming",
|
"name": "Moonlight Game Streaming",
|
||||||
"short_name": "Moonlight",
|
"short_name": "Moonlight",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"description": "Open-source client for NVIDIA GameStream",
|
"description": "Open-source client for NVIDIA GameStream",
|
||||||
"icons": {
|
"icons": {
|
||||||
"128": "icons/icon128.png",
|
"128": "icons/icon128.png",
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
"32": "icons/icon32.png",
|
"32": "icons/icon32.png",
|
||||||
"16": "icons/icon16.png"
|
"16": "icons/icon16.png"
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"background": {
|
"background": {
|
||||||
@ -29,9 +29,9 @@
|
|||||||
"power",
|
"power",
|
||||||
"overrideEscFullscreen", {
|
"overrideEscFullscreen", {
|
||||||
"socket": [
|
"socket": [
|
||||||
"tcp-connect",
|
"tcp-connect",
|
||||||
"resolve-host",
|
"resolve-host",
|
||||||
"udp-bind:*:*",
|
"udp-bind:*:*",
|
||||||
"udp-send-to:*:*"
|
"udp-send-to:*:*"
|
||||||
] }
|
] }
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user