feat(browser): expand browser control surface

This commit is contained in:
Peter Steinberger
2026-01-12 17:31:49 +00:00
parent f5d5661adf
commit eeca541dde
12 changed files with 1747 additions and 65 deletions

View File

@@ -12,3 +12,5 @@ export type BrowserActionPathResult = {
targetId: string;
url?: string;
};
export type BrowserActionTargetOk = { ok: true; targetId: string };