-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
bichrome_config.json
64 lines (64 loc) · 1.5 KB
/
bichrome_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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"default_profile": "Fallback",
"profiles": {
"Fallback": {
"browser": "OsDefault"
},
"Personal": {
"browser": "Firefox"
},
"Work": {
"browser": "Chrome",
"hosted_domain": "mycorp.com"
},
"After Dark": {
"browser": "Chrome",
"profile": "Profile 1"
},
"Most Recent Chrome Window": {
"browser": "Chrome"
},
"That One Profile For Edge": {
"browser": "Edge",
"profile": "Profile 2"
},
"Video Player": {
"browser": "Executable",
"path": "C:/Program Files/mpv/mpv.exe"
}
},
"profile_selection": [
{
"profile": "Personal",
"pattern": "*.facebook.com"
},
{
"profile": "Personal",
"pattern": "*.messenger.com"
},
{
"profile": "Work",
"pattern": "*.mycorp.net"
},
{
"profile": "Work",
"pattern": "mycorp.atlassian.net"
},
{
"profile": "Work",
"pattern": "https://github.com/MyCorp/*"
},
{
"profile": "Personal",
"pattern": "*.github.com"
},
{
"profile": "Video Player",
"pattern": "*.youtube.com"
},
{
"profile": "Video Player",
"pattern": "youtu.be"
}
]
}