diff --git a/web/favicon.svg b/web/favicon.svg
new file mode 100644
index 0000000..36ce0a0
--- /dev/null
+++ b/web/favicon.svg
@@ -0,0 +1,6 @@
+
diff --git a/web/index.html b/web/index.html
index 3f801f7..b3823b0 100644
--- a/web/index.html
+++ b/web/index.html
@@ -3,6 +3,7 @@
schattenpost
+
diff --git a/web/sw.js b/web/sw.js
index ab03ff1..b805c0d 100644
--- a/web/sw.js
+++ b/web/sw.js
@@ -1,11 +1,12 @@
/* schattenpost Service Worker — reines Offline-Caching der App-Shell.
Sendet NICHTS an einen Server. Cache-first, kein Netzwerk-Fallback nötig,
sobald die Shell einmal geladen ist. */
-const CACHE = 'schattenpost-v3';
+const CACHE = 'schattenpost-v4';
const SHELL = [
'./',
'./index.html',
'./manifest.webmanifest',
+ './favicon.svg',
'./icon-192.png',
'./icon-512.png',
];