From bf1b711abe27b426a91a4f20b1f04ffac2715f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Sat, 9 Oct 2021 01:04:23 +0200 Subject: [PATCH] Fix webmanifest --- backend/app/static/manifest.webmanifest | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/static/manifest.webmanifest b/backend/app/static/manifest.webmanifest index d57b9d8..61e3f44 100644 --- a/backend/app/static/manifest.webmanifest +++ b/backend/app/static/manifest.webmanifest @@ -2,6 +2,7 @@ "name": "KaraoQueue", "short_name": "KaraoQueue", "start_url": "/", + "url": "https://karaoqueue-323511.appspot.com/", "display": "standalone", "background_color": "#343a40", "description": "Eine Karaokewarteliste.",