Sortana/experiment/DomContentScript/schema.json
2025-06-15 21:55:35 -05:00

25 lines
557 B
JSON

[
{
"namespace": "DomContentScript",
"functions": [
{
"name": "registerWindow",
"type": "function",
"async": true,
"description": "Register a script for onDOMContentLoaded",
"parameters": [
{
"name": "windowUrl",
"type": "string",
"description": "chrome URL of the window "
},
{
"name": "jsPath",
"type": "string",
"description": "chrome URL of the script"
}
]
}
]
}
]