Hotfixes and CI/CD
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3m51s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3m51s
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"short_name": "Time Tracker",
|
||||
"name": "Ficosa Time Tracker App",
|
||||
"description": "Track your work hours and manage your time efficiently",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
@@ -8,18 +9,20 @@
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "LOGO_FICOSA.svg",
|
||||
"type": "image/svg+xml",
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo_ficosa.png",
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
"background_color": "#ffffff",
|
||||
"prefer_related_applications": false
|
||||
}
|
||||
Reference in New Issue
Block a user