kdeconnect-kde/plugins/remotecommands/kdeconnect_remotecommands.json
Aleix Pol bdff499965 Remote Commands plugin
Allows executing remote plugins from this client

Reviewed by Albert Vaca
2016-06-12 20:16:58 +02:00

21 lines
665 B
JSON

{
"Encoding": "UTF-8",
"KPlugin": {
"Authors": [
{
"Email": "aleixpol@kde.org",
"Name": "Aleix Pol"
}
],
"Name": "Execute remote commands",
"Description": "Trigger commands predefined on the remote device",
"EnabledByDefault": true,
"Icon": "system-run",
"Id": "kdeconnect_remotecommands",
"License": "GPL",
"ServiceTypes": [ "KdeConnect/Plugin" ],
"Version": "0.1"
},
"X-KdeConnect-OutgoingPackageType": [ "kdeconnect.runcommand.request" ],
"X-KdeConnect-SupportedPackageType": [ "kdeconnect.runcommand" ]
}