Invertiertes Logo für Admin-Navbar, neue PWA-Icons, Manifest-Updates, Tailwind-Config-Extraktion, Farb-/Namenseinstellungen im Admin-Bereich und diverse Layout-Optimierungen. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
39 lines
868 B
JSON
39 lines
868 B
JSON
{
|
|
"name": "VereinsOS",
|
|
"short_name": "VereinsOS",
|
|
"description": "Vereinsorganisation und Teamverwaltung",
|
|
"start_url": "/dashboard",
|
|
"display": "standalone",
|
|
"orientation": "portrait-primary",
|
|
"theme_color": "#1f2937",
|
|
"background_color": "#f3f4f6",
|
|
"lang": "de-DE",
|
|
"scope": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/images/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/images/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/images/icon-maskable-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/images/icon-maskable-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|