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