Add purpose plugin

Implements #182
This commit is contained in:
Tobias Fella
2024-02-10 00:14:56 +01:00
parent 550dc43dc0
commit 6947fbc12a
11 changed files with 257 additions and 19 deletions

View File

@@ -0,0 +1,18 @@
{
"KPlugin": {
"Authors": [
{
"Name": "Tobias Fella"
}
],
"Category": "Utilities",
"Description": "Share via NeoChat",
"Icon": "org.kde.neochat",
"License": "GPL",
"Name": "NeoChat",
"X-Purpose-ActionDisplay": "NeoChat"
},
"X-Purpose-PluginTypes": [
"ShareUrl"
]
}