Update List uploaded apps

matu6968 2024-11-10 23:00:13 +01:00
parent 49f0ccea8b
commit faef02c40d

@ -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:
```