Files
trackevery-day/app/manifest.json
Felix Schulze 2c84feeab0
All checks were successful
Lint / Lint and Check (push) Successful in 34s
logo and favicon
2025-12-14 17:40:10 +01:00

21 lines
441 B
JSON

{
"name": "Track Every Day",
"short_name": "Track",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}