new forge migration

This commit is contained in:
Colmaris 2025-04-09 10:53:25 +02:00
parent 45b941f327
commit 22a1036e86
422 changed files with 5786 additions and 2 deletions

21
static/site.webmanifest Normal file
View file

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