Files
Plasma-Addon-Synology-NAS/package/metadata.json
T
Jaroslav Beneš a462d8ab4f Add plasmoid scaffold: metadata.json + config schema
Plasma/Applet package metadata (tray applet, id sk.houmeres.synologynas)
and the KConfigXT schema (hosts JSON, mount root, SMB version, options).
Passwords are never stored in config — they live in KWallet.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-15 14:18:32 +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": "0.1.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"
}