first commit

This commit is contained in:
2026-02-18 11:23:08 +03:00
commit b5ee22312c
31 changed files with 4627 additions and 0 deletions

20
public/site.webmanifest Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Hextra",
"short_name": "Hextra",
"start_url": "index.html",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}