trisquel-icecat/icecat/browser/extensions/newtab/webext-glue/schema.json
2025-10-06 02:35:48 -06:00

15 lines
386 B
JSON

[
{
"namespace": "builtin.newtab",
"description": "New Tab built-in addon internal API",
"functions": [
{
"name": "handleUpdateAvailable",
"type": "function",
"description": "Runs routines specific to the built-in New Tab add-on when an update to the addon is downloaded",
"parameters": [],
"async": false
}
]
}
]