chore: initial MVP release

This commit is contained in:
2025-12-25 20:10:41 +05:30
Unverified
commit da00c33aa7
1624 changed files with 36367 additions and 0 deletions

View File

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