Initial commit

This commit is contained in:
Никита Круглицкий
2024-11-26 16:15:12 +03:00
commit b3c99a667a
97 changed files with 14314 additions and 0 deletions

21
public/site.webmanifest Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Quantum",
"short_name": "Quantum",
"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": "#F9FAFF",
"background_color": "#ffffff",
"display": "standalone"
}