From ec4885d169a6ca80ca171c66319a7a73fc8798c5 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 2 Oct 2022 10:34:56 +0200 Subject: [PATCH] manifest.json: add url_handler for devdocs.io Ref: https://web.dev/pwa-url-handler/ --- public/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/manifest.json b/public/manifest.json index 625a0a81..d458b9e0 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -42,5 +42,10 @@ "sizes": "512x512", "type": "image/png" } + ], + "url_handlers": [ + { + "origin": "https://devdocs.io" + } ] }