bdff499965
Allows executing remote plugins from this client Reviewed by Albert Vaca
21 lines
665 B
JSON
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" ]
|
|
}
|