mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-01-10 11:37:35 +00:00
a230be77dd
* merge master - allow to upload twig invoice templates via UI * support adding existing teams with same name * permissions cannot be set right after role was created - fixes #3777 * allow to deactivate unique customer number validation - fixes #3762 * invalid message when trying to edit locked or exported timesheets in calendar - fixes #3766 * updated icons and manifest - fixes #3761
31 lines
No EOL
620 B
JSON
31 lines
No EOL
620 B
JSON
{
|
|
"name": "Kimai Time-Tracker",
|
|
"short_name": "Kimai",
|
|
"icons": [
|
|
{
|
|
"src": "/apple-touch-icon.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/touch-icon-180x180.png",
|
|
"sizes": "180x180",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/touch-icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/touch-icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"scope": "./",
|
|
"start_url": "./",
|
|
"theme-color": "#1d273b",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
} |