MCPcopy Create free account
hub / github.com/garrytan/gstack / BrowserMatch

Interface BrowserMatch

browse/src/cookie-import-browser.ts:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96type BrowserPlatform = 'darwin' | 'linux' | 'win32';
97
98interface BrowserMatch {
99 browser: BrowserInfo;
100 platform: BrowserPlatform;
101 dbPath: string;
102}
103
104// ─── Browser Registry ───────────────────────────────────────────
105// Hardcoded — NEVER interpolate user input into shell commands.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected