21 lines
444 B
JSON
21 lines
444 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |