document source_code_url in webxdc-reference

This commit is contained in:
B. Petersen
2022-05-14 12:13:56 +02:00
committed by holger krekel
parent 8168bcece5
commit a9f707c398

View File

@@ -113,11 +113,15 @@ the `manifest.toml` has the following format
```toml ```toml
name = "My App Name" 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. 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 ## App Icon