From b1febfc9dcd7bf494094a65cb1e34046d20e3fb9 Mon Sep 17 00:00:00 2001 From: FrigaT Date: Wed, 22 Apr 2026 15:19:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=20=D0=BC=D0=B0=D0=BD=D0=B8=D1=84=D0=B5=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PlaylistShared.Pwa/wwwroot/manifest.webmanifest | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PlaylistShared.Pwa/wwwroot/manifest.webmanifest b/PlaylistShared.Pwa/wwwroot/manifest.webmanifest index afb0491..274009e 100644 --- a/PlaylistShared.Pwa/wwwroot/manifest.webmanifest +++ b/PlaylistShared.Pwa/wwwroot/manifest.webmanifest @@ -3,11 +3,15 @@ "short_name": "PlaylistShare", "id": "./", "start_url": "./", - "scope": "./", + "scope": "/", "handle_links": "preferred", "display": "standalone", "background_color": "#1a1a27", "theme_color": "#7e6fff", + "launch_handler": { + "client_mode": "focus-existing" + }, + "prefer_related_applications": false, "icons": [ {