* 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
This commit is contained in:
Kevin Papst
2023-01-21 14:49:55 +01:00
committed by GitHub
parent b62253e1f3
commit a230be77dd
79 changed files with 428 additions and 358 deletions

View File

@@ -1,21 +1,31 @@
{
"name": "Kimai Time-Tracker",
"short_name": "Kimai 2",
"short_name": "Kimai",
"icons": [
{
"src": "favicon-32x32.png",
"sizes": "32x32",
"type": "image/png",
"density": "0.75"
"src": "/apple-touch-icon.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "touch-icon-192x192.png",
"src": "/touch-icon-180x180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/touch-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
"type": "image/png"
},
{
"src": "/touch-icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"scope": "./",
"start_url": "./",
"theme-color": "#1d273b",
"background_color": "#ffffff",
"display": "standalone"
}