[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:
Ferhat 2020-04-30 11:20:14 -07:00 committed by GitHub
parent bd6ccb606a
commit 0d452b8305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.",

View File

@ -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}}",