From 2796a81d0a3c24e1415f520fdb288a7980095488 Mon Sep 17 00:00:00 2001 From: Tixie Date: Mon, 8 Apr 2024 15:41:26 +0200 Subject: Web app manifest: fill name keys --- static/icons/site.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') 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", -- cgit v1.2.3