-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.example.json
42 lines (42 loc) · 1.11 KB
/
config.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"email": "The email you use to log into SE",
"password": "The password you use to log into SE",
"notifications": {
"provider": "string, any of: native,. Can be null, which disables notifications"
},
"ubo": {
"download_url": "https://github.com/gorhill/uBlock/releases/download/1.59.0/uBlock0_1.59.0.firefox.signed.xpi",
"settings": {
"userSettings": {
"advancedUserEnabled": true
},
"hiddenSettings": {},
"selectedFilterLists": [
"user-filters",
"ublock-filters",
"ublock-badware",
"ublock-privacy",
"ublock-unbreak",
"ublock-quick-fixes",
"easylist",
"easyprivacy",
"urlhaus-1",
"plowe-0",
"fanboy-cookiemonster",
"ublock-cookies-easylist",
"adguard-cookies",
"ublock-cookies-adguard"
],
"whitelist": ["chrome-extension-scheme", "moz-extension-scheme"],
"dynamicFilters": {
"toAdd": [],
"toRemove": []
},
"userFilters": {
"enabled": true,
"trusted": true,
"toOverwrite": []
}
}
}
}