Skip to content

API / wxt / ThemeIcon

Interface: ThemeIcon

Source: packages/wxt/src/types.ts:833

Firefox theme icon definition for light/dark mode support.

Contents

See

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_action#theme_icons

Properties

dark

dark: string

Source: packages/wxt/src/types.ts:837

Path to the icon shown when the browser uses a dark theme.


light

light: string

Source: packages/wxt/src/types.ts:835

Path to the icon shown when the browser uses a light theme.


size

size: number

Source: packages/wxt/src/types.ts:839

Icon size in pixels.


Generated using typedoc-plugin-markdown and TypeDoc