0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-01-10 11:37:35 +00:00
kevinpapst_kimai2/public/manifest.json
Kevin Papst a230be77dd
beta 3 (#3780)
* 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
2023-01-21 14:49:55 +01:00

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