zen_reload_extension
Reload the ZenLink browser extension after source changes to apply updates without manual toggling. Content scripts survive across reloads.
Instructions
Hot-reload the ZenLink extension in the browser.
Use this after editing the extension source to pick up changes without
going through about:addons and toggling the extension by hand. The
extension acks the request, then reloads itself ~100ms later; the
background script's existing reconnect logic re-establishes the bridge
WebSocket immediately. Content scripts in open tabs survive — they re-
inject lazily on the next command (see forwardToContent in background.js).
Note: only works once you're already on a version of the extension that has this action handler. The very first install of that version requires the usual about:addons toggle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||