Files
TorrServerJellyfin/web/public/site.webmanifest
2023-02-21 21:59:14 +03:00

22 lines
390 B
JSON

{
"name": "TorrServer",
"short_name": "TorrServer",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}