about summary refs log blame commit diff
path: root/users/wpcarro/tools/url-blocker/rules.json
blob: 95e4dc9a90c1d24ed60795336dcde2abb8dab0ff (plain) (tree)



























                           
[
  {
    "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"
        ]
      }
    ]
  }
]