Initial commit
This commit is contained in:
BIN
plugin_manifest/background.png
Normal file
BIN
plugin_manifest/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
plugin_manifest/icon-small.png
Normal file
BIN
plugin_manifest/icon-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
49
plugin_manifest/manifest.json
Normal file
49
plugin_manifest/manifest.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"Actions": [
|
||||
{
|
||||
"Icon": "ssh",
|
||||
"Name": "SSH",
|
||||
"States": [
|
||||
{
|
||||
"Image": "ssh",
|
||||
"TitleAlignment": "bottom",
|
||||
"FontSize": "16"
|
||||
}
|
||||
],
|
||||
"SupportedInMultiActions": false,
|
||||
"Tooltip": "Execute a command over SSH",
|
||||
"UUID": "tf.meow.remote.ssh",
|
||||
"PropertyInspectorPath": "index_pi.html"
|
||||
},
|
||||
{
|
||||
"Icon": "website",
|
||||
"Name": "Website",
|
||||
"States": [
|
||||
{
|
||||
"Image": "website",
|
||||
"TitleAlignment": "bottom",
|
||||
"FontSize": "16"
|
||||
}
|
||||
],
|
||||
"SupportedInMultiActions": false,
|
||||
"Tooltip": "Open a website on a remote computer",
|
||||
"UUID": "tf.meow.remote.website",
|
||||
"PropertyInspectorPath": "index_pi_server.html"
|
||||
}
|
||||
],
|
||||
"Author": "Meow.tf",
|
||||
"Category": "Remote",
|
||||
"CodePathWin": "remote.exe",
|
||||
"Description": "Control remote systems over SSH or Daemon, executing commands, opening URLs, etc.",
|
||||
"PropertyInspectorPath": "index_pi.html",
|
||||
"Name": "Remote",
|
||||
"Icon": "pluginIcon",
|
||||
"URL": "https://www.elgato.com/gaming/stream-deck",
|
||||
"Version": "1.2",
|
||||
"OS": [
|
||||
{
|
||||
"Platform": "windows",
|
||||
"MinimumVersion" : "10"
|
||||
}
|
||||
]
|
||||
}
|
BIN
plugin_manifest/pluginIcon.png
Normal file
BIN
plugin_manifest/pluginIcon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
plugin_manifest/ssh.png
Normal file
BIN
plugin_manifest/ssh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 568 B |
BIN
plugin_manifest/website.png
Normal file
BIN
plugin_manifest/website.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
Reference in New Issue
Block a user