From 097295f393ddc23ec3cab63f98aa9b110aec2130 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 8 Feb 2024 11:59:19 -0800 Subject: [PATCH 1/2] Update name/short_name in web/manifest.json So the install experience is prettier --- web/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/manifest.json b/web/manifest.json index f13115ae..9c088b35 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,6 +1,6 @@ { - "name": "flutter_wonders_app", - "short_name": "flutter_wonders_app", + "name": "Wonderous: Flutter Web Example", + "short_name": "Wonderous", "start_url": ".", "display": "standalone", "background_color": "#0175C2", From 9c64993cffdd416137272a62e5ade41b447101f4 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 8 Feb 2024 12:02:59 -0800 Subject: [PATCH 2/2] Update manifest.json - description --- web/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/manifest.json b/web/manifest.json index 9c088b35..df44ce20 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -5,7 +5,7 @@ "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", - "description": "A new Flutter project.", + "description": "Navigate the intersection of history, art, and culture. Be educated and entertained as your learn about world-famous structures.", "orientation": "portrait-primary", "prefer_related_applications": false, "icons": [