Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
m1k1o
GitHub Repository: m1k1o/neko
Path: blob/master/apps/brave/preferences.json
1300 views
1
{
2
"homepage": "http://www.google.com",
3
"homepage_is_newtabpage": false,
4
"first_run_tabs": [
5
"https://www.google.com/_/chrome/newtab?ie=UTF-8"
6
],
7
"custom_links": {
8
"initialized": true,
9
"list": [
10
{
11
"title": "YouTube",
12
"url": "https://www.youtube.com/"
13
},
14
{
15
"title": "Netflix",
16
"url": "https://netflix.com"
17
},
18
{
19
"title": "Hulu",
20
"url": "https://www.hulu.com/"
21
},
22
{
23
"title": "9Anime",
24
"url": "https://9anime.to/"
25
},
26
{
27
"title": "Crunchy Roll",
28
"url": "https://www.crunchyroll.com/"
29
},
30
{
31
"title": "Funimation",
32
"url": "https://www.funimation.com/"
33
},
34
{
35
"title": "Disney+",
36
"url": "https://www.disneyplus.com/"
37
},
38
{
39
"title": "HBO Now",
40
"url": "https://play.hbonow.com/"
41
},
42
{
43
"title": "Amazon Video",
44
"url": "https://www.amazon.com/Amazon-Video/b?node=2858778011"
45
},
46
{
47
"title": "VRV",
48
"url": "https://vrv.co/"
49
},
50
{
51
"title": "Twitch",
52
"url": "https://www.twitch.tv/"
53
},
54
{
55
"title": "Mixer",
56
"url": "https://mixer.com/"
57
}
58
]
59
},
60
"browser": {
61
"custom_chrome_frame": false,
62
"show_home_button": true,
63
"window_placement": {
64
"maximized": true
65
}
66
},
67
"bookmark_bar": {
68
"show_on_all_tabs": false
69
},
70
"sync_promo": {
71
"show_on_first_run_allowed": false
72
},
73
"distribution": {
74
"import_bookmarks_from_file": "bookmarks.html",
75
"import_bookmarks": true,
76
"import_history": true,
77
"import_home_page": true,
78
"import_search_engine": true,
79
"ping_delay": 60,
80
"do_not_create_desktop_shortcut": true,
81
"do_not_create_quick_launch_shortcut": true,
82
"do_not_create_taskbar_shortcut": true,
83
"do_not_launch_chrome": true,
84
"do_not_register_for_update_launch": true,
85
"make_chrome_default": true,
86
"make_chrome_default_for_user": true,
87
"system_level": false,
88
"verbose_logging": false
89
},
90
"profile": {
91
"avatar_index": 19,
92
"default_content_setting_values": {
93
"clipboard": 2,
94
"cookies": 4,
95
"geolocation": 2,
96
"media_stream_camera": 2,
97
"media_stream_mic": 2,
98
"midi_sysex": 2,
99
"payment_handler": 2,
100
"usb_guard": 2
101
},
102
"name": "neko",
103
"using_default_avatar": false,
104
"using_default_name": false,
105
"using_gaia_avatar": false
106
},
107
"signin": {
108
"allowed": false
109
}
110
}
111
112