first commit

This commit is contained in:
2025-05-05 08:52:16 +02:00
commit e3205d500d
41 changed files with 7772 additions and 0 deletions

23
public/site.webmanifest Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"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",
"theme_color_dark": "#111827",
"background_color": "#ffffff",
"background_color_dark": "#111827",
"display": "standalone"
}