blob: dc22691da44beadb6715b0a6ca7591993d82a08c [file] [log] [blame]
let actionApi;
// #!if browser_target == 'chromium_mv3'
actionApi = typeof chrome !== 'undefined' ? chrome.action : undefined;
// #!else
actionApi = typeof chrome !== 'undefined' ? chrome.browserAction : undefined;
// #!endif
export default actionApi;