I've recently got started with FireFox's WebExtensions library as the legacy extensions were removed with the Quantum update.
My problem is that I need to save files to an absolute path from a context menu, but FF's downloads API only provides relative paths from the Downloads folder.
Does anyone know about a way to achieve this from a WebExtension?