misc: fix all lint and check issues
All checks were successful
build / docker (push) Successful in 49s

This commit is contained in:
2025-02-20 12:22:24 +01:00
parent 97da619ba3
commit 0136a46326
9 changed files with 40 additions and 29 deletions

View File

@ -1,21 +1,21 @@
{
"name": "Arnaud Scheffler",
"short_name": "Arnaud Scheffler",
"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"
}
"name": "Arnaud Scheffler",
"short_name": "Arnaud Scheffler",
"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"
}