teg/frontend/public/manifest.webmanifest
2026-06-15 20:59:44 +02:00

19 lines
364 B
JSON

{
"name": "TEG",
"short_name": "TEG",
"description": "TEG Einsatz-, Geräte- und Chatverwaltung",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#030712",
"theme_color": "#4f46e5",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}