Set display property in manifest to fullscreen

This commit is contained in:
TheHllm 2020-02-04 18:23:21 +01:00 committed by GitHub
parent 50234e5f04
commit c7127cb248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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": [{