From d1695419c7118ecc6f51ad23ca8fe5d3cc767d9f Mon Sep 17 00:00:00 2001 From: Vasilii Mikhailovskii Date: Thu, 15 May 2025 11:39:25 +0200 Subject: [PATCH] add url_handlers and capture_links to manifest --- apps/frontend/src/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/frontend/src/manifest.json b/apps/frontend/src/manifest.json index b48cf62..743e7d0 100644 --- a/apps/frontend/src/manifest.json +++ b/apps/frontend/src/manifest.json @@ -12,6 +12,12 @@ "social", "productivity" ], + "capture_links": "existing_client_event", + "url_handlers": [ + { + "origin": "https://hcqr.ru" + } + ], "icons": [ { "src": "/android-chrome-192x192.png",