You can rename the window title and the execution button.
{
"gui": {
"window_name": "Title here!",
"command": "echo Hello!",
"button": "Hello!",
"components": []
}
}
window_name
is an optional key to rename the window title.button
is an optional key to rename the execution button.