//// content.js //// { // Block used to avoid setting global variables const img = document.createElement('img'); img.src = chrome.runtime.getURL('logo.png'); document.body.append(img); }