From 1b0498ee5a46bea52d77248d5055362aff38afe8 Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Tue, 23 Aug 2022 21:42:45 +0200 Subject: [PATCH] fixed icons in manifest-File --- Software/data_src/static/img/site.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/data_src/static/img/site.webmanifest b/Software/data_src/static/img/site.webmanifest index 45dc8a2..6372912 100644 --- a/Software/data_src/static/img/site.webmanifest +++ b/Software/data_src/static/img/site.webmanifest @@ -1 +1 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file +{"name":"","short_name":"","icons":[{"src":"/static/img/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/static/img/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file