mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
1ff8528597
* Initial WebUI with sample functions * Changed folder structure * Light Reset Button and Translation fixing in Links * Indentation fixed * Reorganized menu and new function for setting effects * Styling fix
14 lines
404 B
JSON
14 lines
404 B
JSON
{
|
|
"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"
|
|
} |