streamdeck-remote/plugin/manifest.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2019-05-21 16:01:35 +00:00
{
"Actions": [
{
"Icon": "images/actions/ssh",
"Name": "SSH",
"States": [
{
2019-05-21 23:50:47 +00:00
"Image": "images/actions/ssh",
2019-05-21 16:01:35 +00:00
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"Tooltip": "Execute a command over SSH",
"UUID": "tf.meow.remote.ssh",
"PropertyInspectorPath": "pi/index_pi.html"
},
{
2019-05-21 23:50:47 +00:00
"Icon": "images/actions/website-icon",
2019-05-21 16:01:35 +00:00
"Name": "Website",
"States": [
{
2019-05-21 23:50:47 +00:00
"Image": "images/actions/website",
2019-05-21 16:01:35 +00:00
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"Tooltip": "Open a website on a remote computer",
"UUID": "tf.meow.remote.website",
"PropertyInspectorPath": "pi/index_pi_server.html"
2019-05-21 23:50:47 +00:00
},
{
"Icon": "images/actions/website-icon",
"Name": "Website",
"States": [
{
"Image": "images/actions/website",
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Open a file on a remote computer",
"UUID": "tf.meow.remote.open",
"PropertyInspectorPath": "pi/index_pi_server.html"
2019-05-21 16:01:35 +00:00
}
],
"Author": "Meow.tf",
"Category": "Remote",
"CodePathWin": "remote.exe",
"Description": "Control remote systems over SSH or Daemon, executing commands, opening URLs, etc.",
"Name": "Remote",
"Icon": "images/pluginIcon",
"URL": "https://www.elgato.com/gaming/stream-deck",
"Version": "1.2.1",
2019-05-21 16:01:35 +00:00
"SDKVersion": 2,
"OS": [
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "4.2"
}
}