From 2796a81d0a3c24e1415f520fdb288a7980095488 Mon Sep 17 00:00:00 2001 From: Tixie Date: Mon, 8 Apr 2024 15:41:26 +0200 Subject: [PATCH 1/2] Web app manifest: fill name keys --- static/icons/site.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest index 161c642..c36ab7b 100644 --- a/static/icons/site.webmanifest +++ b/static/icons/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "", - "short_name": "", + "name": "Garage", + "short_name": "Garage", "icons": [ { "src": "/android-chrome-192x192.png", From aed1e4e7df0518858c37abb6d9a48f065b437d2c Mon Sep 17 00:00:00 2001 From: Tixie Date: Mon, 8 Apr 2024 15:45:54 +0200 Subject: [PATCH 2/2] Web app manifest: Avoid being displayed without the web browser UI when installed in PWA mode --- static/icons/site.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest index c36ab7b..f9912d2 100644 --- a/static/icons/site.webmanifest +++ b/static/icons/site.webmanifest @@ -15,5 +15,5 @@ ], "theme_color": "#ffffff", "background_color": "#ffffff", - "display": "standalone" + "display": "browser" }