raycast-linux/sidecar
ByteAtATime f7939e5c9b
feat: implement browser extension apis
This commit implements the full api for the Raycast browser extension. It introduces a WebSocket server in the Tauri backend to handle JSON-RPC communication with the companion browser extension. The sidecar now exposes the BrowserExtension module with getTabs and getContent methods, which proxy requests through the frontend to the new backend commands.
2025-06-18 21:50:46 -07:00
..
src feat: implement browser extension apis 2025-06-18 21:50:46 -07:00
.gitignore feat: basic sidecar functionality for rendering 2025-06-11 09:35:29 -07:00
package.json feat: add sidecar protocol i/o checking with Zod 2025-06-12 19:35:42 -07:00
pnpm-lock.yaml style: formatting 2025-06-11 14:58:11 -07:00
tsconfig.json style: formatting 2025-06-11 14:58:11 -07:00