From 04f6a2810015dc5e1925a6a0d901c5d55cb91a61 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 11 Feb 2026 19:03:49 +0000 Subject: [PATCH] Provide new 'short_name' `OB Maps` to better fit on Android app drawer. Update theme colour to accent colour to provide thematic separation of notification bar and header bar when running full screen on android. --- src/routes/manifest.webmanifest/+server.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/manifest.webmanifest/+server.ts b/src/routes/manifest.webmanifest/+server.ts index 03695bc..02ffe6e 100644 --- a/src/routes/manifest.webmanifest/+server.ts +++ b/src/routes/manifest.webmanifest/+server.ts @@ -9,10 +9,10 @@ export const prerender = true; export const GET: RequestHandler = ({ url }) => { const manifest = { name: 'OwlBoard Maps', - short_name: 'OwlBoard Maps', + short_name: 'OB Maps', start_url: '/', display: 'standalone', - theme_color: '#3c6f79', + theme_color: '#4fd1d1', background_color: '#3d4952', icons: [ {