diff --git a/fileitemactionplugin/kdeconnectsendfile.json b/fileitemactionplugin/kdeconnectsendfile.json new file mode 100644 index 000000000..e710391fb --- /dev/null +++ b/fileitemactionplugin/kdeconnectsendfile.json @@ -0,0 +1,15 @@ +{ + "KPlugin": { + "Category": "Utilities", + "Description": "Send file to other device using KDE Connect", + "Icon": "kdeconnect", + "License": "GPL", + "MimeTypes": [ + "application/octet-stream" + ], + "Name": "Send file via KDE Connect", + "ServiceTypes": [ + "KFileItemAction/Plugin" + ] + } +}