From 87f173a6450e389bf958c65fcfe017da700db886 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 3 May 2025 14:18:34 +0200 Subject: [PATCH] hotfix: PWA installation settings --- public/site.webmanifest | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/public/site.webmanifest b/public/site.webmanifest index 748ba1c..2f52317 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -5,17 +5,16 @@ { "src": "/web-app-manifest-192x192.png", "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" + "type": "image/png" }, { "src": "/web-app-manifest-512x512.png", "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" + "type": "image/png" } ], "theme_color": "#ffffff", "background_color": "#151414", - "display": "standalone" -} \ No newline at end of file + "display": "standalone", + "start_url": "." +}