Skip to content

Commit

Permalink
docs: Add paragraph on browser binary auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Jan 1, 2025
1 parent 228304b commit e5e67e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/essentials/config/browser-startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export default defineRunnerConfig({
});
```

By default, WXT will try to automatically discover where Chrome/Firefox are installed. However, if you have chrome installed in a non-standard location, you need to set it manually as shown above.

### Persist Data

By default, to keep from modifying your browser's existing profiles, `web-ext` creates a brand new profile every time you run the `dev` script.
Expand Down

0 comments on commit e5e67e3

Please sign in to comment.