From 3ae2869106c4642f935de261e9cf03f6f33156af Mon Sep 17 00:00:00 2001 From: Ignace Date: Sat, 3 Jan 2026 13:38:19 +0100 Subject: [PATCH] updated title, icon background --- static/manifest.json | 4 ++-- templates/base.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index 7a32d46..d77dc29 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -3,8 +3,8 @@ "short_name": "L@pp", "start_url": "/", "display": "standalone", // Or "minimal-ui" for a more browser-like feel on iOS - "background_color": "#ffffff", - "theme_color": "#000000", + "background_color": "transparent", + "theme_color": "transparent", "icons": [ { "src": "/static/lapp192.png", diff --git a/templates/base.html b/templates/base.html index d49a9ad..733bf1a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {{ title or "L@PP" }} + {{ title or "L@pp" }}