I would like to create a WebExtension that provides toggle buttons for some of the settings in about:config
(e.g. permissions.default.image
).
- Is it possible to do this in WebExtensions?
- If so, what is the API?
I belive that this question predates WebExtensions: A Firefox extension that changes a value in the about:config
This question is actually about print dialogs: Is it possible to set config settings on Firefox from a Addon
browserSettings
, but alsoprivacy
providesBrowserSetting
objects. – Antoineantoinetta