Additional Resources

MDN: if you could only have one resource for making browser extensions, this would be it.

MDN’s example WebExtensions are very helpful as a reference—there are dozens of examples of varying complexity that use different browser APIs.

Chrome’s extension documentation can also be helpful, though if you’re using async/await, you’ll have to translate the examples from callbacks.