Skip to content

Commit c7127cb

Browse files
authoredFeb 4, 2020
Set display property in manifest to fullscreen
1 parent 50234e5 commit c7127cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/media/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-server",
33
"short_name": "code-server",
44
"start_url": ".",
5-
"display": "standalone",
5+
"display": "fullscreen",
66
"background-color": "#fff",
77
"description": "Run VS Code on a remote server.",
88
"icons": [{

0 commit comments

Comments
 (0)
Please sign in to comment.