Branding: Logo, Favicon und App-Icon eingebaut

This commit is contained in:
rene 2026-05-20 16:40:43 +02:00
parent 77c6f513b5
commit bb0e67b2bd
7 changed files with 51 additions and 13 deletions

View file

@ -14,14 +14,13 @@ export default defineConfig({
name: 'vereins.haus',
short_name: 'vereins.haus',
description: 'Vereinsverwaltung die einfach funktioniert',
theme_color: '#1e40af',
background_color: '#f8fafc',
theme_color: '#0F172A',
background_color: '#0F172A',
display: 'standalone',
start_url: '/',
icons: [
{ src: '/icons/icon-192.png', sizes: '192x192', type: 'image/png', purpose: 'any' },
{ src: '/icons/icon-512.png', sizes: '512x512', type: 'image/png', purpose: 'any maskable' },
{ src: '/icons/apple-touch-icon.png', sizes: '180x180', type: 'image/png' }
{ src: '/icons/icon-512.svg', sizes: '512x512', type: 'image/svg+xml', purpose: 'any maskable' },
{ src: '/favicon.svg', sizes: '64x64', type: 'image/svg+xml', purpose: 'any' }
]
},
injectManifest: {