feat(firefox): add dev tool settings

This commit is contained in:
Felix Schröter 2020-12-25 12:01:55 +01:00
parent d8998663dc
commit 2306bee28b
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -43,6 +43,10 @@ let
"intl.accept_languages" = "en-GB, en";
"intl.regional_prefs.use_os_locales" = true;
# dev tools
"devtools.inspector.color-scheme-simulation.enabled" = true;
"devtools.inspector.showAllAnonymousContent" = true;
# Other
"browser.startup.page" = 3;
"browser.ssb.enabled" = true;