This commit is contained in:
2025-06-04 10:03:22 +02:00
commit 785a2b6134
14182 changed files with 1764617 additions and 0 deletions

21
static/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "MYP Platform",
"short_name": "MYP",
"description": "Mercedes-Benz Druckerverwaltung",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0073ce",
"icons": [
{
"src": "/static/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}