diff options
Diffstat (limited to 'testing/condprofile/condprof/customization/webext.json')
-rw-r--r-- | testing/condprofile/condprof/customization/webext.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/condprofile/condprof/customization/webext.json b/testing/condprofile/condprof/customization/webext.json new file mode 100644 index 0000000000..6647765387 --- /dev/null +++ b/testing/condprofile/condprof/customization/webext.json @@ -0,0 +1,15 @@ +{ + "name": "webext", + "addons": { + "uBlock": "https://addons.mozilla.org/firefox/downloads/file/4171020/ublock_origin-1.52.2.xpi" + }, + "prefs": { + "gfx.webrender.precache-shaders": true, + "extensions.autoDisableScopes": 0, + "extensions.enabledScopes": 1, + "extensions.startupScanScopes": 1 + }, + "scenario": { + "full": { "max_urls": 150 } + } +} |