mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
|
{
|
||
|
"name": "hyperion remote control",
|
||
|
"description": "Client side app for controlling the hyperion server over the local network.",
|
||
|
"launch_path": "/hyperion-remote/index.html",
|
||
|
"icons": {
|
||
|
"128": "/hyperion-remote/res/icon_128.png"
|
||
|
},
|
||
|
"developer": {
|
||
|
"name": "Daniel Wiese",
|
||
|
"email": "gamadril.dev@gmail.com",
|
||
|
"url": "https://github.com/Gamadril"
|
||
|
},
|
||
|
"default_locale": "en"
|
||
|
}
|