window.open in background.js in firefox extension?

I am converting a working chrome extension to a firefox extension. In the extension, it calls window.open() in the background.js. However, it is not working in my firefox version, and I have tested...