28 lines
578 B
JSON
28 lines
578 B
JSON
{
|
|
"name": "Dicken Dock",
|
|
"short_name": "DickenDock",
|
|
"description": "Dein 3D-Druck Verwaltungstool",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"background_color": "#0d0d0f",
|
|
"theme_color": "#4ecdc4",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "any",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icon-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
} |