From 28467eba5d953886f0e5a06ac1687cd13b9f9ada Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev Date: Mon, 22 Jun 2026 11:39:07 +0700 Subject: [PATCH] Make web loaders dark --- web/index.html | 23 +++++++++++++++++++---- web/index.prod.html | 17 +++++++++++++---- web/manifest.json | 10 +++++----- 3 files changed, 37 insertions(+), 13 deletions(-) diff --git a/web/index.html b/web/index.html index 4bd3744..c50f9f5 100644 --- a/web/index.html +++ b/web/index.html @@ -18,22 +18,37 @@ - + + + - + - mapflow + MapFlow + - + diff --git a/web/index.prod.html b/web/index.prod.html index 249a460..f2e6d6f 100644 --- a/web/index.prod.html +++ b/web/index.prod.html @@ -7,7 +7,7 @@ - + @@ -21,11 +21,20 @@ - + diff --git a/web/manifest.json b/web/manifest.json index 52862ce..39657be 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,11 +1,11 @@ { - "name": "mapflow", - "short_name": "mapflow", + "name": "MapFlow", + "short_name": "MapFlow", "start_url": ".", "display": "standalone", - "background_color": "#0175C2", - "theme_color": "#0175C2", - "description": "A new Flutter project.", + "background_color": "#05030B", + "theme_color": "#05030B", + "description": "MapFlow", "orientation": "portrait-primary", "prefer_related_applications": false, "icons": [