From ff9b4f024cc7fc5747dcd0b3892da0fed7fa9072 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 22 Aug 2024 21:36:03 +0200 Subject: fix: use manifest.json with correct values instead of site.webmanifest --- sworker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sworker.js') 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 => { -- cgit