I'm trying to do a Firefox WebExtension to copy the page title to clipboard when I select a context menu option, but it doesn't work. I've seen these examples: context-menu-demo and selection-to-clipboard. But:
If I create a context menu with a
background
script I can't copy to clipboard.And if I try to create a context menu with a
content_scripts
it doesn't work:TypeError: browser.contextMenus is undefined