I see that you recently added types for browser.menus but you haven't got any definitions for browser.contextMenus. the contextMenus API is referred to in the Firefox documentation and suggested for use if you want your code to work across multiple browsers.
I see that you recently added types for
browser.menusbut you haven't got any definitions forbrowser.contextMenus. the contextMenus API is referred to in the Firefox documentation and suggested for use if you want your code to work across multiple browsers.