diff --git a/webtop/config.json b/webtop/config.json index c3585a4ba..774f293db 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -80,7 +80,9 @@ "ports_description": { "3000/tcp": "web interface" }, - "options": {}, + "options": { + "additional_apps": "engrampa,vlc" +}, "schema": { "TZ": "str?", "localdisks": "str?", @@ -88,7 +90,8 @@ "cifsusername": "str?", "cifspassword": "str?", "cifsdomain": "str?", - "DNS_server": "str?" + "DNS_server": "str?", + "additional_apps": "str?" }, "slug": "webtop_alpine", "upstream": "4.16",