1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

Update _cache_service_worker.js

This commit is contained in:
SpooHEX/ 2023-07-05 22:22:57 -04:00 committed by GitHub
parent dea6d46018
commit f050335b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
];