You can put some documents in the menu bar.
"help": [
{
"type": "url",
"label": "About Tuw",
"url": "https://github.com/matyalatte/Tuw"
},
{
"type": "url",
"label": "Releases",
"url": "https://github.com/matyalatte/Tuw/releases"
},
{
"type": "file",
"label": "Open JSON File",
"path": "./gui_definition.json"
}
]
type
: Document type.url
andfile
are available.label
: String that will be shown in menu bar.url
: URL forurl
type document. It'll be opened in user's default browser.path
: File path forfile
type document. It'll be opened in user's default application.