diff --git a/service-worker.js b/service-worker.js index 7a6b87d..569b72c 100644 --- a/service-worker.js +++ b/service-worker.js @@ -4,7 +4,7 @@ const cacheUrls = [ '/index.html', // Add any other HTML files you have '/styles.css', '/app.js', - '/icon.png', + '/pwa.png', // Add other assets and resources you want to cache ];