All checks were successful
Deploy Feature Branch to Test / deploy (push) Successful in 37s
- favicon.ico (16x16 + 32x32) - favicon-32x32.png, favicon-16x16.png - apple-touch-icon.png (180x180) - site.webmanifest - Linked in index.php head Resolves #36
11 lines
316 B
JSON
11 lines
316 B
JSON
{
|
|
"name": "Haus Schleusingen",
|
|
"short_name": "HS",
|
|
"icons": [
|
|
{ "src": "/bilder/favicon/favicon-32x32.png", "sizes": "32x32", "type": "image/png" },
|
|
{ "src": "/bilder/favicon/favicon-16x16.png", "sizes": "16x16", "type": "image/png" }
|
|
],
|
|
"theme_color": "#1c1917",
|
|
"background_color": "#fafaf9"
|
|
}
|