mirror of https://git.tuxpa.in/a/code-server.git
Revert "Set display property in manifest to fullscreen"
This reverts commit c7127cb248
.
This commit is contained in:
parent
c7127cb248
commit
e6117decd0
|
@ -2,7 +2,7 @@
|
||||||
"name": "code-server",
|
"name": "code-server",
|
||||||
"short_name": "code-server",
|
"short_name": "code-server",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "fullscreen",
|
"display": "standalone",
|
||||||
"background-color": "#fff",
|
"background-color": "#fff",
|
||||||
"description": "Run VS Code on a remote server.",
|
"description": "Run VS Code on a remote server.",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
Loading…
Reference in New Issue