extension-develop
Version:
The develop step of Extension.js
9 lines (8 loc) • 357 B
TypeScript
import { type Manifest, type FilepathList } from '../../../../webpack-types';
export declare function action(manifest: Manifest, excludeList: FilepathList): {
action: {
default_icon?: string | chrome.runtime.ManifestIcons | undefined;
default_popup?: string | undefined;
default_title?: string | undefined;
};
} | undefined;