Files
vibetorrent/frontend/manifest.json
2026-01-29 23:17:19 +03:00

20 lines
439 B
JSON

{
"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"
}
]
}