Connect to any web service using your real Google OAuth, Passkeys or SSO in your browser, then synchronize the authenticated session to headless Lightpanda (WSL2) in a single click. No passwords typed, no credentials logged, 100% scoped to the target origin.
You login normally with Google OAuth, 2FA or passkeys. No agent sees your password.
Manifest V3 ExtensionValidates exact HTTPS origin, drops identity root domains, normalizes sameSite and __Host- cookies.
127.0.0.1:8765Isolated headless Zig/V8 browser receives cookies and localStorage in memory to perform tasks.
WSL2 :9222
Rejects loopbacks, private IPs, paths, user credentials, and identity providers like accounts.google.com. Only the target SaaS service session is exported.
Cookies with __Host- prefixes have their domain attributes automatically stripped to ensure zero rejection by the Lightpanda CDP kernel.
Translates Chromium's lowercase sameSite values (no_restriction, lax) into official PascalCase tags (Strict, Lax, None).