-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
What's Wrong?
When trying to manage permissions or reconnect Claude in Chrome, it opens the default browser. The default browser may not actually be Chrome - it may be a Chromium browser like Brave or another browser entirely. This means the Claude in Chrome extension may not be installed in the browser that opens.
What Should Happen?
Users should be able to choose which specific browser to open for Claude in Chrome connections, instead of always opening the default browser.
Error Messages/Logs
N/A - no errors, just opens wrong browser
Steps to Reproduce
- Have Claude in Chrome extension installed in Chrome
- Have a different browser set as system default (e.g., Brave)
- Try to manage permissions or reconnect in Claude in Chrome from Claude Code
- Default browser opens instead of Chrome where the extension is installed
Claude Model
N/A - this is a browser integration issue
Is this a regression?
No - this is about the Claude in Chrome (Beta) feature introduced in v2.0.72
Last Working Version
N/A - new feature
Claude Code Version
2.0.72 (Claude Code)
Operating System
- macOS (Darwin 24.5.0)
- Ubuntu Linux (also confirmed)
Terminal/Shell
- macOS: Apple Terminal with zsh
- Ubuntu: (terminal info not available)
Additional Information
Would like the ability to specify which browser to use for Claude in Chrome, rather than always opening the system default. Possible solutions:
- Add browser selection in
/config - Environment variable like
CLAUDE_CHROME_BROWSER - Prompt on first connection to choose preferred browser