sindresorhus/opn
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Firefox private window #273
MohcineDev posted onGitHub
arguments to open link in firefox private window should be ['-private'] instead of ['--incognito']
await open('https://github.com', { app: { name: 'firefox', arguments: ['-private']}})