xmas/public/manifest.json
Simon Schwarz 9285d46840
All checks were successful
continuous-integration/drone/push Build is passing
titel
2022-11-14 23:44:12 +01:00

26 lines
495 B
JSON

{
"short_name": "Weihnachtsfeier",
"name": "Weihnachtsfeier 2022",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}