0
0
mirror of https://github.com/marcrobledo/savegame-editors.git synced 2025-04-24 16:35:10 +00:00

[nintendogs+cats] Update service worker path

This commit is contained in:
magiczocker10 2024-07-04 17:27:10 +02:00 committed by GitHub
parent a15d739871
commit f3c61bc7ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,12 +29,12 @@ caches.keys().then(function(cacheNames){
}
});
var PRECACHE_ID='picross-3d-round-2-editor';
var PRECACHE_ID='nintendogs+cats-editor';
var PRECACHE_VERSION='v1';
var PRECACHE_URLS=[
'/savegame-editors/picross-3d-round-2/','/savegame-editors/picross-3d-round-2/index.html',
'/savegame-editors/picross-3d-round-2/favicon.png',
'/savegame-editors/picross-3d-round-2/picross-3d-round-2.js',
'/savegame-editors/nintendogs+cats/','/savegame-editors/nintendogs+cats/index.html',
'/savegame-editors/nintendogs+cats/favicon.png',
'/savegame-editors/nintendogs+cats/nintendogs+cats.js',
'/savegame-editors/savegame-editor.js',
'/savegame-editors/savegame-editor.css'
];