From 9601ed6122d59a007ef7e1cb4259fe63be23f3e7 Mon Sep 17 00:00:00 2001 From: "1 John 4:19" Date: Thu, 16 May 2024 11:57:13 -0600 Subject: [PATCH] Minor Refactor --- sw.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sw.js b/sw.js index bf6dfca..374737e 100644 --- a/sw.js +++ b/sw.js @@ -2,10 +2,11 @@ const appCaches = [ { - name: 'core-20240515.01', + name: 'core-20240516.01', urls: [ '/', '/bundle.js', + '/favicon.png', '/help/about.html', '/icons.svg', '/index.html', @@ -61,6 +62,7 @@ const appCaches = [ { name: 'png-20240515.01', urls: [ + '/png/icon-032.png', '/png/icon-192.png', '/png/icon-512.png', '/png/maskable-icon-192.png',