This commit is contained in:
Никита Круглицкий
2024-11-26 16:35:06 +03:00
parent 345b41b3c5
commit ba08be33b1
78 changed files with 488 additions and 0 deletions

21
dist/site.webmanifest vendored 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"
}