mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
The desktop to json conversion step will disappear with KF6 Signed-off-by: Kevin Ottens <ervin@kde.org>
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"KPlugin": {
|
|
"MimeTypes": [
|
|
"application/octet-stream",
|
|
"inode/directory"
|
|
],
|
|
"Name": "@APPLICATION_NAME@Action",
|
|
"ServiceTypes": [
|
|
"KFileItemAction/Plugin"
|
|
]
|
|
},
|
|
"MimeType": "application/octet-stream;inode/directory;"
|
|
}
|