diff --git a/README.md b/README.md index d6fb66c..484d0dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kapteins Daagbok -Digitales Yacht-Logbuch als Progressive Web App (PWA) — offline-fähig, End-to-End-verschlüsselt und mit Passkey-Anmeldung. +Digitales Yacht-Logbuch als Progressive Web App (PWA) — **kostenlos**, **werbefrei**, offline-fähig, End-to-End-verschlüsselt und mit Passkey-Anmeldung. **Live:** [kapteins-daagbok.eu](https://kapteins-daagbok.eu) diff --git a/client/index.html b/client/index.html index e0470ab..83454c3 100644 --- a/client/index.html +++ b/client/index.html @@ -4,8 +4,8 @@ - - + + @@ -18,20 +18,20 @@ - - + + - - + + - Kapteins Daagbok – Digitales Yacht-Logbuch + Kapteins Daagbok – Kostenloses digitales Yacht-Logbuch (werbefrei)
diff --git a/client/vite.config.ts b/client/vite.config.ts index ef7e390..0d64bbe 100644 --- a/client/vite.config.ts +++ b/client/vite.config.ts @@ -49,7 +49,7 @@ export default defineConfig({ manifest: { name: 'Kapteins Daagbok', short_name: 'Daagbok', - description: 'Digital maritime ship logbook with E2E encryption and Passkeys', + description: 'Free, ad-free maritime logbook with E2E encryption and Passkeys', theme_color: '#1e293b', background_color: '#0f172a', display: 'standalone',