From b3d5be34ff1755a7851afa0ac64b10eedd898726 Mon Sep 17 00:00:00 2001 From: Morris Brodersen Date: Fri, 2 Feb 2024 18:29:53 +0100 Subject: [PATCH] add 512x512 png icon to manifest --- public/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/manifest.json b/public/manifest.json index 5a41dd1..a7cc719 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -7,6 +7,11 @@ "theme_color": "#fefefe", "description": "A to-do app in plain HTML, CSS and JavaScript", "icons": [ + { + "src": "images/icon512x512.png", + "sizes": "512x512", + "type": "image/png" + }, { "src": "images/icon.svg", "sizes": "any",