mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-07-27 16:48:31 +00:00
Update _cache_service_worker.js
This commit is contained in:
parent
6c427d6e0e
commit
4f298c759c
1 changed files with 1 additions and 8 deletions
|
@ -10,14 +10,7 @@
|
|||
https://user.github.io/repo/ (without index.html) in some browsers (Firefox)
|
||||
use absolute paths if hosted in GitHub Pages in order to avoid it
|
||||
also invoke sw with an absolute path:
|
||||
navigator.serviceWorker.register('/repo/_cache_service_worker.js', {scope: '/repo/'})
|
||||
*/
|
||||
|
||||
var PRECACHE_ID='rom-patcher-js';
|
||||
var PRECACHE_VERSION='v27';
|
||||
var PRECACHE_URLS=[
|
||||
'/RomPatcher.js/','/RomPatcher.js/index.html',
|
||||
'/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',
|
||||
|
@ -90,4 +83,4 @@ self.addEventListener('fetch', evt => {
|
|||
})
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue