From e5030564028f8ba3e4a740882eda5e5b348b0810 Mon Sep 17 00:00:00 2001 From: Manuel Sowada Date: Sat, 21 Mar 2026 12:37:20 +0100 Subject: [PATCH] apps.json aktualisiert --- apps.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/apps.json b/apps.json index 22abcec..fabb0f3 100644 --- a/apps.json +++ b/apps.json @@ -1,24 +1,24 @@ -{ - "type": [int: 1:user.json | 2:admin.json | 4:menu.json , - "apps": array-App:[ - { - "id": [int: if manually added, then incremental number, else by adminconsole: auto_increment], - "description": [string: Tooltip], - "name": "[string: Appname] - "group": "[string: Groupname]", - "activedirectory_groups": string-array: [ - [string: AD-Groupname] - ], - "prototype": [boolean: true|false (App hidden?)], - "exec": [ - { - "cmd": "[string: html, filepath, full filename]", - "args": "[string: optional, if required]" - } - ], - "icon": [string: Image filename], - "lastmodified": "2021-11-17T08:19:26.8944052+01:00", - "created": "2021-11-17T08:19:26.8944052+01:00" - }, - ] -} +{ + "type": [int: 1:user.json | 2:admin.json | 4:menu.json , + "apps": array-App:[ + { + "id": [int: if manually added, then incremental number, else by adminconsole: auto_increment], + "description": [string: Tooltip], + "name": [string: Appname] + "group": [string: Groupname], + "activedirectory_groups": string-array: [ + [string: AD-Groupname] + ], + "prototype": [boolean: true|false (App hidden?)], + "exec": [ + { + "cmd": [string: html, filepath, full filename], + "args": [string: optional, if required] + } + ], + "icon": [string: Image filename], + "lastmodified": [datetime-string: autofill], + "created": [datetime-string: autofill] + }, + ] +}