From f050335b0fb6fd4e7cf16e53badea7cc7a5b29c3 Mon Sep 17 00:00:00 2001 From: SpooHEX/ <108245326+Spoety40@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:22:57 -0400 Subject: [PATCH] Update _cache_service_worker.js --- _cache_service_worker.js | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/_cache_service_worker.js b/_cache_service_worker.js index c52dc42..6221076 100644 --- a/_cache_service_worker.js +++ b/_cache_service_worker.js @@ -20,33 +20,6 @@ var PRECACHE_URLS=[ '/RomPatcher.js/manifest.json', '/RomPatcher.js/style/app_icon_16.png', '/RomPatcher.js/style/app_icon_114.png', - '/RomPatcher.js/style/app_icon_144.png', - '/RomPatcher.js/style/app_icon_192.png', - '/RomPatcher.js/style/app_icon_maskable.png', - '/RomPatcher.js/style/logo.png', - '/RomPatcher.js/style/RomPatcher.css', - '/RomPatcher.js/style/icon_close.svg', - '/RomPatcher.js/style/icon_github.svg', - '/RomPatcher.js/style/icon_heart.svg', - '/RomPatcher.js/style/icon_settings.svg', - '/RomPatcher.js/js/RomPatcher.js', - '/RomPatcher.js/js/locale.js', - '/RomPatcher.js/js/worker_apply.js', - '/RomPatcher.js/js/worker_create.js', - '/RomPatcher.js/js/worker_crc.js', - '/RomPatcher.js/js/MarcFile.js', - '/RomPatcher.js/js/crc.js', - '/RomPatcher.js/js/zip.js/zip.js', - '/RomPatcher.js/js/zip.js/z-worker.js', - '/RomPatcher.js/js/zip.js/inflate.js', - '/RomPatcher.js/js/formats/ips.js', - '/RomPatcher.js/js/formats/ups.js', - '/RomPatcher.js/js/formats/aps_n64.js', - '/RomPatcher.js/js/formats/aps_gba.js', - '/RomPatcher.js/js/formats/bps.js', - '/RomPatcher.js/js/formats/rup.js', - '/RomPatcher.js/js/formats/ppf.js', - '/RomPatcher.js/js/formats/pmsr.js', '/RomPatcher.js/js/formats/vcdiff.js', '/RomPatcher.js/js/formats/zip.js' ]; @@ -91,4 +64,4 @@ self.addEventListener('fetch', evt => { }) ); } -}); \ No newline at end of file +});