From 738816becfa88fac6832d80227549a24f2e7fb28 Mon Sep 17 00:00:00 2001 From: Arnav Mehta <66114536+mehtaarn000@users.noreply.github.com> Date: Sat, 3 Oct 2020 12:42:43 -0500 Subject: [PATCH] Add support for Vero --- sherlock/resources/data.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index a59d283..99e7969 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1674,6 +1674,13 @@ "username_claimed": "jenny", "username_unclaimed": "noonewouldeverusethis7" }, + "Vero": { + "errorType": "status_code", + "url": "https://vero.co/{}", + "urlMain": "https://vero.co/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis" + }, "Vimeo": { "errorType": "status_code", "url": "https://vimeo.com/{}", @@ -2253,4 +2260,4 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +}