aboutsummaryrefslogtreecommitdiffstats
path: root/sworker.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-08-22 21:36:03 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-08-22 22:15:26 +0200
commitff9b4f024cc7fc5747dcd0b3892da0fed7fa9072 (patch)
tree009d3b0b76c7b35a7d3f932e175b88471233ffa0 /sworker.js
parentd24fc0472883cfdc3842fbacba9d084a7198ba43 (diff)
downloadhesla-ff9b4f024cc7fc5747dcd0b3892da0fed7fa9072.tar.gz
fix: use manifest.json with correct values instead of site.webmanifest
Diffstat (limited to 'sworker.js')
-rw-r--r--sworker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/sworker.js b/sworker.js
index bcb8541..18369fa 100644
--- a/sworker.js
+++ b/sworker.js
@@ -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 => {