diff --git a/jdownloader/config.json b/jdownloader/config.json index d03dd49..852b3ca 100644 --- a/jdownloader/config.json +++ b/jdownloader/config.json @@ -1,20 +1,25 @@ { - "name": "JDownloader 2 (Antlafarge)", + "name": "JDownloader 2 (JLesage)", "version": "1.0.0", - "slug": "jdownloader", - "description": "JDownloader 2 basierend auf antlafarge Image", + "slug": "jdownloader_jlesage", + "description": "JDownloader 2 mit GUI (basierend auf jlesage)", "arch": ["aarch64", "amd64", "armv7"], "startup": "application", "boot": "auto", "map": ["share"], + "ingress": true, + "ingress_port": 5800, + "panel_icon": "mdi:download", "options": { - "myjd_email": "deine_email@example.com", - "myjd_password": "dein_passwort", - "device_name": "HA-JDownloader" + "myjd_email": "", + "myjd_password": "", + "device_name": "HA-JDownloader", + "dark_mode": true }, "schema": { "myjd_email": "str", "myjd_password": "password", - "device_name": "str" + "device_name": "str", + "dark_mode": "bool" } } \ No newline at end of file