0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-17 22:42:38 +00:00
kevinpapst_kimai2/public/manifest.json
2018-07-15 21:15:24 +02:00

21 lines
No EOL
416 B
JSON

{
"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"
}