-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrules.json.sample
More file actions
40 lines (39 loc) · 958 Bytes
/
Copy pathrules.json.sample
File metadata and controls
40 lines (39 loc) · 958 Bytes
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
{
"lists": {
"default": [
"instagram.com",
"www.instagram.com",
"www.facebook.com",
"facebook.com",
"web.whatsapp.com",
"linkedin.com",
"www.linkedin.com",
"www.mercadolivre.com.br",
"mercadolivre.com.br",
"mail.google.com",
"www.gmail.com",
"gmail.com",
"www.muambator.com.br",
"muambator.com.br",
"twitter.com",
"www.twitter.com"
]
},
"periods": [
{
"start_time": "8:00",
"end_time": "12:30",
"website_list": "default"
},
{
"start_time": "13:30",
"end_time": "18:00",
"website_list": "default"
},
{
"start_time": "18:30",
"end_time": "23:00",
"website_list": "default"
}
]
}