UNPKG

extension-develop

Version:
13 lines (12 loc) 474 B
import { type Manifest, type FilepathList } from '../../../../webpack-types'; export declare function browserAction(manifest: Manifest, excludeList: FilepathList): { browser_action: { theme_icons?: { dark: string; light: string; }[] | undefined; default_icon?: string | chrome.runtime.ManifestIcons | undefined; default_popup?: string | undefined; default_title?: string | undefined; }; } | undefined;