diff options
Diffstat (limited to 'sworker.js')
-rw-r--r-- | sworker.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -var VERSION = 'v67 - 2024-04-21'; +var VERSION = 'v69 - 2024-08-22'; var toCache = [ '/', 'activePage.js', @@ -18,7 +18,7 @@ var toCache = [ 'index_de.html', 'index.html', 'screen.css', - 'site.webmanifest' + 'manifest.json' ]; self.addEventListener('install', event => { |