chore: update @elysiajs/static

This commit is contained in:
C4illin 2024-10-18 19:32:42 +02:00
parent e8ed10dde8
commit d2cd6706c9
16 changed files with 11 additions and 7 deletions

19
public/site.webmanifest Normal file
View file

@ -0,0 +1,19 @@
{
"name": "ConvertX | Self Hosted File Converter",
"short_name": "ConvertX",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#a5d601",
"background_color": "#13171f",
"display": "standalone"
}