add: favicon

This commit is contained in:
Tobias Reisinger 2020-01-31 23:58:05 +01:00
parent d7c16e9ed2
commit 95dceb06d1
14 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"name": "Reitanlage Oranienburg",
"short_name": "Reitanlage Oranienburg",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "https://www.reitanlage-oranienburg.de/",
"display": "standalone"
}