added favicons and webapp metadata (#211)

This commit is contained in:
Kevin Papst
2018-07-15 21:15:24 +02:00
committed by GitHub
parent 5160b640c4
commit 2d2525cff2
15 changed files with 51 additions and 9 deletions

21
public/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Kimai Time-Tracker",
"short_name": "Kimai 2",
"icons": [
{
"src": "favicon-32x32.png",
"sizes": "32x32",
"type": "image/png",
"density": "0.75"
},
{
"src": "touch-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}