Enable PWA
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m14s

This commit is contained in:
Antoni Nuñez Romeu
2026-05-06 16:21:51 +02:00
parent 012d4aa121
commit 5e6e3f04d3
4 changed files with 59 additions and 28 deletions

View File

@@ -2,6 +2,7 @@
"short_name": "Time Tracker",
"name": "Ficosa Time Tracker App",
"description": "Track your work hours and manage your time efficiently",
"id": "/time-tracker/",
"icons": [
{
"src": "favicon.ico",
@@ -11,12 +12,26 @@
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "any"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": ".",