From be9c99f65aa91e4e1534f9b29a747836ff279b3e Mon Sep 17 00:00:00 2001 From: CasVT Date: Sun, 10 Mar 2024 11:09:03 +0100 Subject: [PATCH] Updated manifest filename --- frontend/static/json/{manifest.json => pwa_manifest.json} | 4 ++-- frontend/templates/admin.html | 2 +- frontend/templates/login.html | 2 +- frontend/templates/reminders.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename frontend/static/json/{manifest.json => pwa_manifest.json} (79%) diff --git a/frontend/static/json/manifest.json b/frontend/static/json/pwa_manifest.json similarity index 79% rename from frontend/static/json/manifest.json rename to frontend/static/json/pwa_manifest.json index 93fea39..a9ab530 100644 --- a/frontend/static/json/manifest.json +++ b/frontend/static/json/pwa_manifest.json @@ -1,14 +1,14 @@ { "name": "MIND", "short_name": "MIND", - "start_url": "/mind/", + "start_url": "/", "display": "standalone", "background_color": "#1b1b1b", "theme_color": "#6b6b6b", "orientation": "portrait-primary", "icons": [ { - "src": "/mind/static/img/favicon.svg", + "src": "/static/img/favicon.svg", "type": "image/svg+xml", "sizes": "64x64 32x32 24x24 16x16" } diff --git a/frontend/templates/admin.html b/frontend/templates/admin.html index 275b2b6..7c2f060 100644 --- a/frontend/templates/admin.html +++ b/frontend/templates/admin.html @@ -5,7 +5,7 @@ - + diff --git a/frontend/templates/login.html b/frontend/templates/login.html index 1b370ba..7286228 100644 --- a/frontend/templates/login.html +++ b/frontend/templates/login.html @@ -6,7 +6,7 @@ - + diff --git a/frontend/templates/reminders.html b/frontend/templates/reminders.html index 9cefc9a..5c75db8 100644 --- a/frontend/templates/reminders.html +++ b/frontend/templates/reminders.html @@ -6,7 +6,7 @@ - +