mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
31 lines
648 B
JSON
31 lines
648 B
JSON
{
|
|
"name": "SlimeVR GUI",
|
|
"short_name": "SlimeVR GUI",
|
|
"description": "A web interface for controlling the SlimeVR Server software",
|
|
"display": "standalone",
|
|
"theme_color": "#663499",
|
|
"background_color": "#663499",
|
|
"icons": [
|
|
{
|
|
"src": "logo.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "any 512x512 192x192"
|
|
},
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "logo192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "logo512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|