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