From faef02c40d540b976dd8f2d70c76f17a9a7228b1 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Sun, 10 Nov 2024 23:00:13 +0100 Subject: [PATCH] Update List uploaded apps --- List-uploaded-apps.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/List-uploaded-apps.md b/List-uploaded-apps.md index d25f0d0..a5052ae 100644 --- a/List-uploaded-apps.md +++ b/List-uploaded-apps.md @@ -10,7 +10,23 @@ If it contains any app in apps.json: ``` -[{"name":"Camera","ver":"6","appid":"734017834573","info":"Take pictures using WebDesk! Handy for laptops, iOS support is buggy.","pub":"macos.amfi","path":"/uploads/Camera/index.js"}] +[ + { + "name": "Camera", + "ver": "6", + "appid": "734017834573", + "info": "Take pictures using WebDesk! Handy for laptops, iOS support is buggy.", + "pub": "macos.amfi", + "path": "/uploads/Camera/index.js" + } +] + +name - App name +ver - App version +appid - Application ID (once set during uploading, it cannot be changed unless deleted) +info - Application description +pub - Application developer +path - Path to file in web server (generated by the web server) ``` Otherwaise if it has no apps in apps.json: ```