Files
SysTray-X/webext/schema_windowHandler.json
Ximi1970 571b1beefe WIP
2023-10-27 20:36:07 +02:00

15 lines
238 B
JSON

[
{
"namespace": "windowHandler",
"functions": [
{
"name": "getWindowId",
"type": "function",
"description": "Get the window Id",
"async": true,
"parameters": []
}
]
}
]