// Popover API https://chromestatus.com/feature/5463833265045504 (async () => { const nav = document.querySelector('.navigation-rail__links'); const { tip } = await chrome.runtime.sendMessage({ greeting: 'tip' }); const tipWidget = createDomElement(` `); const popover = createDomElement( `