From 987da897fabfaacbb7ae62251a85d04d59d30870 Mon Sep 17 00:00:00 2001 From: SondreB Date: Mon, 18 Nov 2024 16:34:34 +0100 Subject: [PATCH] Set the description in manifest --- public/manifest.webmanifest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 5c8b627..c1c85c6 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -1,6 +1,8 @@ { "name": "Blur", "short_name": "Blur", + "author": "SondreB", + "description": "Blurs any photos. Useful for backgrounds, wallpapers and more.", "theme_color": "#fafafa", "background_color": "#fafafa", "display": "standalone",