Skip to content

API > wxt > PopupEntrypointOptions

Interface: PopupEntrypointOptions

Contents

Extends

Properties

browserStyle

browserStyle?: PerBrowserOption<boolean>

Source

src/types/index.ts:551


defaultIcon

defaultIcon?: Record<string, string>

Source

src/types/index.ts:549


defaultTitle

defaultTitle?: PerBrowserOption<string>

Source

src/types/index.ts:550


exclude

exclude?: string[]

List of target browsers to exclude this entrypoint from. Cannot be used with include. You must choose one of the two options.

Default

ts
undefined

Inherited from

BaseEntrypointOptions.exclude

Source

src/types/index.ts:443


include

include?: string[]

List of target browsers to include this entrypoint in. Defaults to being included in all builds. Cannot be used with exclude. You must choose one of the two options.

Default

ts
undefined

Inherited from

BaseEntrypointOptions.include

Source

src/types/index.ts:436


mv2Key

mv2Key?: PerBrowserOption<"browser_action" | "page_action">

Defaults to "browser_action" to be equivalent to MV3's "action" key

Source

src/types/index.ts:548


Generated using typedoc-plugin-markdown and TypeDoc