mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-17 14:32:38 +00:00
21 lines
No EOL
416 B
JSON
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"
|
|
} |