summaryrefslogtreecommitdiffstats
path: root/testing/condprofile/condprof/customization/webext.json
blob: 6647765387f37c0edf1bd4c1c447c0e45a06d5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 }
  }
}