From e5e67e39bd0d3aa1a5d73bd43c595b9a11f1ab72 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 1 Jan 2025 17:23:04 -0600 Subject: [PATCH] docs: Add paragraph on browser binary auto-discovery --- docs/guide/essentials/config/browser-startup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/essentials/config/browser-startup.md b/docs/guide/essentials/config/browser-startup.md index 24200805..bd3f7bc3 100644 --- a/docs/guide/essentials/config/browser-startup.md +++ b/docs/guide/essentials/config/browser-startup.md @@ -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.