Hi
I am currently using a content script to listen to key presses but I would like to avoid that because of the permissions content scripts require.
My goal is to create keyboard shortcuts but I can’t use browser.commands
because I need to be able to create and delete them at run time.