From d14403d636c45608461a59be43258bbf76546979 Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Fri, 7 Feb 2025 02:29:59 +0100 Subject: [PATCH] update icons --- static/manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/manifest.json b/static/manifest.json index 46b4f0e..0ae4911 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -5,5 +5,12 @@ "background": "black", "orientation": "portrait", "display": "fullscreen", - "short_name": "e-downloader" + "short_name": "e-downloader", + "icons": [ + { + "src": "favicon.png", + "type": "image/png", + "sizes": "128x128" + } + ] } \ No newline at end of file