Files
fichajes/public/manifest.json
Antoni Nuñez Romeu 5e6e3f04d3
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m14s
Enable PWA
2026-05-06 16:21:51 +02:00

43 lines
956 B
JSON

{
"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",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": ".",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#000000",
"background_color": "#ffffff",
"prefer_related_applications": false
}