Skip to content

Commit 979145f

Browse files
authored
web - set standalone as fallback still (microsoft#209854)
1 parent 13c45aa commit 979145f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/server/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"short_name": "Code- OSS",
44
"start_url": "/",
55
"lang": "en-US",
6-
"display_override": [
7-
"window-controls-overlay"
8-
],
6+
"display": "standalone",
7+
"display_override": ["window-controls-overlay"],
98
"icons": [
109
{
1110
"src": "code-192.png",

0 commit comments

Comments
 (0)