From be2003e7235166f8c9830601049ed6a76e9e6646 Mon Sep 17 00:00:00 2001 From: Joey Date: Fri, 27 Sep 2019 08:21:07 +0200 Subject: [PATCH] Fix icons path Signed-off-by: Joey --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 92b2e7e..a6379dc 100644 --- a/manifest.json +++ b/manifest.json @@ -3,12 +3,12 @@ "name": "USI INF Rooms", "icons": [ { - "src": "./images/icon-192.png", + "src": "./assets/images/icon-192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "./images/icon-512.png", + "src": "./assets/images/icon-512.png", "type": "image/png", "sizes": "512x512" }