feat: Initial release with MIPS support

This commit is contained in:
spinline
2026-01-29 23:17:19 +03:00
commit 5052a1787a
26 changed files with 7428 additions and 0 deletions

20
frontend/manifest.json Normal file
View File

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