[web] Change display mode of PWA default to standalone (#56056)
Change display mode of PWA default to standalone, update integration test manifest to new default
This commit is contained in:
parent
bd6ccb606a
commit
0d452b8305
@ -2,7 +2,7 @@
|
||||
"name": "flutter_gallery",
|
||||
"short_name": "flutter_gallery",
|
||||
"start_url": ".",
|
||||
"display": "minimal-ui",
|
||||
"display": "standalone",
|
||||
"background_color": "#0175C2",
|
||||
"theme_color": "#0175C2",
|
||||
"description": "A new Flutter project.",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "{{projectName}}",
|
||||
"short_name": "{{projectName}}",
|
||||
"start_url": ".",
|
||||
"display": "minimal-ui",
|
||||
"display": "standalone",
|
||||
"background_color": "#0175C2",
|
||||
"theme_color": "#0175C2",
|
||||
"description": "{{description}}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user