mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
document source_code_url in webxdc-reference
This commit is contained in:
committed by
holger krekel
parent
8168bcece5
commit
a9f707c398
@@ -113,11 +113,15 @@ the `manifest.toml` has the following format
|
||||
|
||||
```toml
|
||||
name = "My App Name"
|
||||
source_code_url = "https://example.org/orga/repo"
|
||||
```
|
||||
|
||||
- **name** - The name of the app.
|
||||
- `name` - The name of the app.
|
||||
If no name is set or if there is no manifest, the filename is used as the app name.
|
||||
|
||||
- `source_code_url` - Optional URL where the source code of the Webxdc and maybe other information can be found.
|
||||
UI may make the url accessible via a "Help" menu in the Webxdc window.
|
||||
|
||||
|
||||
## App Icon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user