From b6c0521cfbe7114cc674af588a75e945738cba11 Mon Sep 17 00:00:00 2001 From: Yee Jia Wei Date: Sun, 12 Mar 2023 22:03:16 +0800 Subject: [PATCH] Update serviceworker.js --- serviceworker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serviceworker.js b/serviceworker.js index 2ae1fe747..e0ee6ee48 100644 --- a/serviceworker.js +++ b/serviceworker.js @@ -1,7 +1,7 @@ var staticCacheName = "pwa-v" + new Date().getTime(); var filesToCache = [ - 'public/img/pwa/akaunting-192x192.png', - 'public/img/pwa/akaunting-512x512.png' + 'public/img/pwa/icon-192x192.png', + 'public/img/pwa/icon-512x512.png' ]; /*