I am working on porting a Chrome extension to a Firefox extension.
The Chrome extension lists an array of background scripts in the manifest.json file. So all of those javascript files run when the browser is opened if Im correct?
For the Firefox extension I understand that the main.js is the background script. How would I go about have an array of background scripts?