I have a simple extension that is supposed to log in the console when someone clicks a key, but I keep getting "ReferenceError: document is not defined"
document.addEventListener("keydown", async (event) => { console.log("hi"); }