diff --git a/icons/icon-192.png b/icons/icon-192.png index a9c0798..26e6616 100644 Binary files a/icons/icon-192.png and b/icons/icon-192.png differ diff --git a/icons/icon-512.png b/icons/icon-512.png index 0078785..61d4a64 100644 Binary files a/icons/icon-512.png and b/icons/icon-512.png differ diff --git a/icons/icon.svg b/icons/icon.svg index a928ba2..3c74e0f 100644 --- a/icons/icon.svg +++ b/icons/icon.svg @@ -1,4 +1,47 @@ - -🔧 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 28d79ec..4945a0a 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,9 @@ Baustelle + + + diff --git a/sw.js b/sw.js index 60622e7..10f2fd5 100644 --- a/sw.js +++ b/sw.js @@ -4,7 +4,7 @@ * - API-Calls: network-first, kein offline-cache (da auth-pflichtig) */ -const CACHE = 'baustelle-v6'; +const CACHE = 'baustelle-v7'; const SHELL = [ './', './index.html',