From a2716cdbe859d5ddd7cf82614dc1409aa96618c5 Mon Sep 17 00:00:00 2001 From: Thomas de Roo <2+thomas@noreply.localhost> Date: Tue, 16 Jun 2026 11:17:30 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a0f1071..dc68ae3 100644 --- a/manifest.json +++ b/manifest.json @@ -10,12 +10,12 @@ "icons": [ { - "src": "/assets/icons/icon-192.png", + "src": "/assets/img/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/assets/icons/icon-512.png", + "src": "/assets/img/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }