Unverified Commit 0d452b83 authored by Ferhat's avatar Ferhat Committed by GitHub

[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
parent bd6ccb60
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "flutter_gallery", "name": "flutter_gallery",
"short_name": "flutter_gallery", "short_name": "flutter_gallery",
"start_url": ".", "start_url": ".",
"display": "minimal-ui", "display": "standalone",
"background_color": "#0175C2", "background_color": "#0175C2",
"theme_color": "#0175C2", "theme_color": "#0175C2",
"description": "A new Flutter project.", "description": "A new Flutter project.",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "{{projectName}}", "name": "{{projectName}}",
"short_name": "{{projectName}}", "short_name": "{{projectName}}",
"start_url": ".", "start_url": ".",
"display": "minimal-ui", "display": "standalone",
"background_color": "#0175C2", "background_color": "#0175C2",
"theme_color": "#0175C2", "theme_color": "#0175C2",
"description": "{{description}}", "description": "{{description}}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment