function tabfocus() { browser.runtime.sendMessage({focus: 1}); } exportFunction(tabfocus, window, { defineAs: "extension_tabfocus" });