From 53fa657099c7fa757fe480362df567e17cb78df8 Mon Sep 17 00:00:00 2001 From: Bastian Wagner Date: Wed, 25 Feb 2026 10:29:50 +0100 Subject: [PATCH] pwa name angepasst --- client/public/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/public/manifest.webmanifest b/client/public/manifest.webmanifest index fc5ba1e..a7e13e6 100644 --- a/client/public/manifest.webmanifest +++ b/client/public/manifest.webmanifest @@ -1,6 +1,6 @@ { - "name": "client", - "short_name": "client", + "name": "Keyvault Pro", + "short_name": "KVP", "display": "standalone", "scope": "./", "start_url": "./",