31 lines
682 B
JSON
31 lines
682 B
JSON
{
|
|
"id": "kde-connect",
|
|
"name": "KDE Connect",
|
|
"version": "1.2.1",
|
|
"minNoctaliaVersion": "4.4.0",
|
|
"author": "WerWolv",
|
|
"official": false,
|
|
"license": "GPLv2",
|
|
"repository": "https://github.com/WerWolv/noctalia-kde-connect",
|
|
"description": "A Plugin integrating your mobile devices into a panel using KDEConnect",
|
|
"tags": [
|
|
"Bar",
|
|
"Panel",
|
|
"Utility",
|
|
"System"
|
|
],
|
|
"entryPoints": {
|
|
"main": "Main.qml",
|
|
"barWidget": "BarWidget.qml",
|
|
"controlCenterWidget": "ControlCenterWidget.qml",
|
|
"panel": "Panel.qml",
|
|
"settings": "Settings.qml"
|
|
},
|
|
"dependencies": {
|
|
"plugins": []
|
|
},
|
|
"metadata": {
|
|
"defaultSettings": {}
|
|
}
|
|
}
|