From aa474250fa1371c9739668a980998bc865fb7a00 Mon Sep 17 00:00:00 2001 From: SondreB Date: Mon, 18 Nov 2024 16:34:27 +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 5d5a564..e3bf7bf 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -1,6 +1,8 @@ { "name": "Moments", "short_name": "Moments", + "author": "SondreB", + "description": "A simple collage app.", "theme_color": "#1976d2", "background_color": "#fafafa", "display": "standalone",