seems to be the last RC - this app is done - so am I

This commit is contained in:
nocci 2025-05-09 14:34:33 +02:00
parent 1506201913
commit f5b184fe54
37 changed files with 1932 additions and 661 deletions

View file

@ -13,22 +13,25 @@
},
"icons": [
{
"src": "/static/logo_small.webp",
"src": "/static/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/webp",
"purpose": "any"
},
{
"src": "/static/logo_small_maskable.webp",
"src": "/static/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/webp",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static/logo.webp",
"src": "/static/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/webp",
"purpose": "any maskable"
"type": "image/png",
"purpose": "maskable"
}
]
],
"theme_color": "#ffffff",
"background_color": "#3f3a3a",
"display": "standalone"
}