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:
parent
dea6d46018
commit
f050335b0f
1 changed files with 1 additions and 28 deletions
|
@ -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 => {
|
|||
})
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue