10 lines
355 B
JSON
10 lines
355 B
JSON
{
|
|
"name": "chrome_extension_reload",
|
|
"description": "Reload the running extension via runtime.reload(). This terminates the service worker; the native messaging bridge drops and Chrome respawns the extension on reconnect. The response is returned before the reload fires.",
|
|
"parameters": {
|
|
"type": "object",
|
|
"properties": {},
|
|
"required": []
|
|
}
|
|
}
|