first commit. From prod.

This commit is contained in:
2026-03-16 23:07:23 +00:00
commit 5542e36ddc
486 changed files with 47001 additions and 0 deletions

15
public/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "",
"short_name": "",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "512x512"
}
]
}