diff --git a/lib/screens/home/home_screen.dart b/lib/screens/home/home_screen.dart index 9f28f66..12788a3 100644 --- a/lib/screens/home/home_screen.dart +++ b/lib/screens/home/home_screen.dart @@ -197,7 +197,7 @@ class _HomeScreenState extends State Navigator.of( dialogContext, ).pop(); // Dismiss the dialog - prefs.remove("token"); + prefs.clear(); setState(() { _isLoggedIn = false; }); diff --git a/web/icons/Icon-192.png b/web/icons/Icon-192.png index b749bfe..3e6d236 100644 Binary files a/web/icons/Icon-192.png and b/web/icons/Icon-192.png differ diff --git a/web/icons/Icon-512.png b/web/icons/Icon-512.png index 88cfd48..ebecc4e 100644 Binary files a/web/icons/Icon-512.png and b/web/icons/Icon-512.png differ diff --git a/web/icons/Icon-maskable-192.png b/web/icons/Icon-maskable-192.png deleted file mode 100644 index eb9b4d7..0000000 Binary files a/web/icons/Icon-maskable-192.png and /dev/null differ diff --git a/web/icons/Icon-maskable-512.png b/web/icons/Icon-maskable-512.png deleted file mode 100644 index d69c566..0000000 Binary files a/web/icons/Icon-maskable-512.png and /dev/null differ diff --git a/web/icons/maskable_icon_x192.png b/web/icons/maskable_icon_x192.png new file mode 100644 index 0000000..6919eab Binary files /dev/null and b/web/icons/maskable_icon_x192.png differ diff --git a/web/icons/maskable_icon_x512.png b/web/icons/maskable_icon_x512.png new file mode 100644 index 0000000..0a329fd Binary files /dev/null and b/web/icons/maskable_icon_x512.png differ diff --git a/web/manifest.json b/web/manifest.json index 42e2d86..e8028cf 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,11 +1,11 @@ { - "name": "qpay", - "short_name": "qpay", + "name": "Velocity", + "short_name": "Velocity", "start_url": ".", "display": "standalone", - "background_color": "#0175C2", - "theme_color": "#0175C2", - "description": "A new Flutter project.", + "background_color": "#9D6711", + "theme_color": "#9D6711", + "description": "Payments... but faster", "orientation": "portrait-primary", "prefer_related_applications": false, "icons": [ @@ -20,13 +20,13 @@ "type": "image/png" }, { - "src": "icons/Icon-maskable-192.png", + "src": "icons/maskable_icon_x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "icons/Icon-maskable-512.png", + "src": "icons/maskable_icon_x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"