This commit is contained in:
MassiveBox 2025-03-17 17:43:53 +01:00
commit d6c414f887
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
97 changed files with 17956 additions and 0 deletions

19
public/site.webmanifest Normal file
View file

@ -0,0 +1,19 @@
{
"name": "MassiveBox",
"short_name": "MassiveBox",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#050732",
"background_color": "#050732",
"display": "standalone"
}