about summary refs log tree commit diff
path: root/users/wpcarro/tools/url-blocker/rules.json
blob: 95e4dc9a90c1d24ed60795336dcde2abb8dab0ff (plain) (blame)
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
[
  {
    "urls": [
      "facebook.com",
      "www.facebook.com",
      "twitter.com",
      "www.twitter.com",
      "youtube.com",
      "www.youtube.com",
      "instagram.com",
      "www.instagram.com"
    ],
    "allowed": []
  },
  {
    "urls": [
      "chat.googleplex.com"
    ],
    "allowed": [
      {
        "day": "Sunday",
        "timeslots": [
          "18:35-18:39"
        ]
      }
    ]
  }
]