-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathold_config.json
49 lines (49 loc) · 1.24 KB
/
old_config.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
43
44
45
46
47
48
49
{
"extendProfile": {
"path": "/Users/tjs/Library/Application Support/Firefox/Profiles/193rurer.default-release-1717101583037/",
"bookmarks": true,
"history": true,
"passwords": true,
"cookies": true,
"extensions": true
},
"userjs": {
"enabled": [
"disableAutoUpdate.js",
"disableCaptivePortal.js",
"disableContentBlockingReports.js",
"disableCrashReports.js",
"disablePasswords.js",
"disableSafeBrowsing.js",
"disableStudies.js",
"disableSync.js",
"disableTelemetry.js",
"enableCustomization.js",
"geolocation.js",
"peskyfox.js",
"quieterfox.js",
"removeSponsored.js"
]
},
"repos": ["materialfox.json"],
"extensions": {
"enabled": ["tabliss.json", "ublock.json", "bitwarden.json"]
},
"css": {
"enabled": [
"macos-native-tabbar.css",
"ublock_icon_change.css",
"privacy_change_email_text.css",
"remove_min_max_close.css",
"no_search_engines_in_url_bar.css",
"show_searchbar_dots_only_on_hover.css",
"sliding-bookmarks-menu.css",
"icons_in_main_menu.css",
"cleaner_extensions_menu.css"
]
},
"outputsPath": "outputs/profile",
"custom-js": {
"isEnabled": false
}
}