kdeconnect-kde/plugins/runcommand/kdeconnect_runcommand.json

27 lines
732 B
JSON
Raw Normal View History

{
"KPlugin": {
"Authors": [
{
"Email": "albertvaka@gmail.com",
"Name": "Albert Vaca Cintora"
},
{
"Email": "david@davidedmundson.co.uk",
"Name": "David Edmundson"
}
],
"Description": "Execute console commands remotely",
"EnabledByDefault": true,
"Icon": "system-run",
"License": "GPL",
"Name": "Run commands"
},
"X-KDE-ConfigModule": "kdeconnect/kcms/kdeconnect_runcommand_config",
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.runcommand"
],
"X-KdeConnect-SupportedPacketType": [
"kdeconnect.runcommand.request"
]
}