Skip to content

API > wxt > ExtensionRunnerConfig

Interface: ExtensionRunnerConfig

Configure how the browser starts up.

Contents

Properties

binaries

binaries?: Record<string, string>

List of browser names and the binary that should be used to open the browser.

See

Source

src/types/external.ts:624


chromiumArgs

chromiumArgs?: string[]

See

https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#args

Source

src/types/external.ts:644


chromiumProfile

chromiumProfile?: string

See

https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#chromium-profile

Source

src/types/external.ts:632


disabled

disabled?: boolean

Whether or not to open the browser with the extension installed in dev mode.

Default

ts
false

Source

src/types/external.ts:609


firefoxArgs

firefoxArgs?: string[]

See

https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#args

Source

src/types/external.ts:640


firefoxPrefs

firefoxPrefs?: Record<string, string>

See

https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#pref

Source

src/types/external.ts:636


firefoxProfile

firefoxProfile?: string

See

https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#firefox-profile

Source

src/types/external.ts:628


openConsole

openConsole?: boolean

See

https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#browser-console

Source

src/types/external.ts:613


openDevtools

openDevtools?: boolean

See

https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#devtools

Source

src/types/external.ts:617


startUrls

startUrls?: string[]

See

https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#start-url

Source

src/types/external.ts:648


Generated using typedoc-plugin-markdown and TypeDoc