Files
Plasma-Addon-Synology-NAS/package/metadata.json
T
Homer 37b33f6234 A version that says the widget is finished
metadata.json said 0.1.0 because nothing had ever changed it. The widget does
what it set out to do -- multiple hosts, discovered shares, real kernel CIFS
mounts, KWallet, a polkit helper instead of sudo -- so it is 1.0.0.

No documentation moved out of this repository in the tree-wide pass on the same
date. The README is the documentation and it ships with the widget; there was
nothing else, so there is no wiki and the history is unrewritten.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-08 18:37:46 +02:00

25 lines
815 B
JSON

{
"KPackageStructure": "Plasma/Applet",
"KPlugin": {
"Authors": [
{
"Name": "Houmeres"
}
],
"Category": "Utilities",
"Description": "Browse, mount and unmount Synology / SMB (CIFS) network shares from the system tray.",
"EnabledByDefault": true,
"Icon": "folder-network",
"Id": "sk.houmeres.synologynas",
"License": "MIT",
"Name": "Synology NAS",
"Version": "1.0.0",
"Website": "https://git.houmeres.sk/Houmeres/Plasma-Addon-Synology-NAS"
},
"X-Plasma-API": "declarativeappletscript",
"X-Plasma-API-Minimum-Version": "6.0",
"X-Plasma-MainScript": "ui/main.qml",
"X-Plasma-NotificationArea": "true",
"X-Plasma-NotificationAreaCategory": "SystemServices"
}