GitHub - mdn/webextensions-examples: Example Firefox add-ons created using the WebExtensions API
Six of the best browsers in direct comparison
Manage My Submissions :: Developer Hub :: Add-ons for Firefox
Debugging with Firefox Developer Tools
User interface - Mozilla | MDN
Match patterns - Mozilla | MDN
Intercept HTTP requests - Mozilla | MDN
Getting started with web-ext - Mozilla | MDN
HTML | DOM Input Radio Object - GeeksforGeeks
Debugging - Runtime / this-firefox
For add-on signing the preferences and overrides will have no effect as the code was removed from cyberfox.
For Container Tab you must enable it in the about:config set the following to true
"privacy.userContext.enabled"
"privacy.userContext.ui.enabled"
var authCredentials = {
username: "user",
password: "passwd"
}
browser.storage.local.set({authCredentials});