UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

6 lines (5 loc) 400 B
/// <reference types="chrome" /> import { RollupOptions } from 'rollup'; import { ManifestInputPluginCache } from '../plugin-options'; export declare function getImportContentScriptFileName(target: string): string; export declare function updateManifestV3(m: chrome.runtime.ManifestV3, options: RollupOptions, wrapContentScripts: boolean, cache: ManifestInputPluginCache): chrome.runtime.ManifestV3;