From 097295f393ddc23ec3cab63f98aa9b110aec2130 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 8 Feb 2024 11:59:19 -0800 Subject: [PATCH] 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",