Hello everyone,
I have a question concerning the option page into the webextension. There is the options_ui key that allow to declare our option page. The documentation: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/options_ui
As written into the documentation, I set “chrome_style” to true to have the default style from Firefox.
Unfortunately, there is absolutely no style applied. Is it normal? How can I get the same styles than the default entries displayed into the option page (“Automatic Updates”, “Last Updates” Firefox apply his own style on them.)
Thank you for your help.