feat: implement PWA, manifest, service worker and offline indicator

This commit is contained in:
2025-12-17 23:15:51 +01:00
parent 5807d949ef
commit 19689ffd2f
71 changed files with 1573 additions and 112 deletions

View File

@@ -1,4 +1,6 @@
{
"/not-found": "app/not-found.js",
"/page": "app/page.js",
"/bottles/[id]/page": "app/bottles/[id]/page.js"
"/bottles/[id]/page": "app/bottles/[id]/page.js",
"/manifest.webmanifest/route": "app/manifest.webmanifest/route.js"
}