mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 15:06:25 +00:00
b4accbb4d6
As per forum request: https://forum.libreelec.tv/thread/23750-snapserver-enable-http-json-rpc-http-post-and-websockets/?postID=153424#post153424
17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|
"short_name": "Snapweb",
|
|
"name": "Snapcast WebApp",
|
|
"icons": [
|
|
{
|
|
"src": "launcher-icon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/index.html",
|
|
"display": "standalone",
|
|
"categories": ["music"],
|
|
"description": "Snapcast web client",
|
|
"theme_color": "#455A64"
|
|
}
|