Files
SysTray-X/webext/schema_windowEvent.json
2020-05-10 20:55:27 +02:00

14 lines
265 B
JSON

[
{
"namespace": "windowEvent",
"events": [
{
"name": "onCloseButtonClick",
"type": "function",
"description": "Fires when the user clicks on the close button of the main window.",
"parameters": []
}
]
}
]