Make our script modular and isolated in /etc/mobile-config-firefox
In this patch, we're adding the ability to import custom modules and resources in our autoconfig. To do so:
- We're registering a chrome.manifest in mobile-config-firefox-autoconfig.js that inform our script where our extra modules are located.
- Now that we know the location, we can load boot.sys.mjs. This is going to be our main entrypoint for the project.
Stay tuned!