Update name/short_name in web/manifest.json

So the install experience is prettier
This commit is contained in:
Kevin Moore 2024-02-08 11:59:19 -08:00 committed by GitHub
parent bb2564efdd
commit 097295f393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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