Added an option to reset timers daily

This commit is contained in:
2021-11-06 01:50:05 +03:00
parent 6cd4a91ec7
commit 9f07a0897f
13 changed files with 143 additions and 8 deletions

View File

@@ -3,6 +3,9 @@ module.exports = {
? '/worktime/'
: '/',
pwa: {
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black-transculent',
themeColor: '#252525',
workboxOptions: {
skipWaiting: true,
clientsClaim: true,