From 7c3e1d8d1b0ba4d5b9344224f368d084a36e63e3 Mon Sep 17 00:00:00 2001 From: Thomas Steiner Date: Mon, 14 Dec 2020 16:25:48 +0100 Subject: [PATCH] Add declarative link capturing See https://github.com/WICG/sw-launch/blob/master/declarative_link_capturing.md#user-content-proposal:~:text=new_client,-%E2%80%9D%20%E2%80%94 for context. --- public/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 2ebc8e3c..bbeccd45 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -25,5 +25,6 @@ "application/vnd.excalidraw+json": [".excalidraw"] } } - ] + ], + "capture_links": "new_client" }