From 88963c6f3804a86c121cc80082b8f42e7ee98b37 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 8 Sep 2022 17:08:29 +0200 Subject: [PATCH] Added Google Play --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 30f86419..4e15d537 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2672,5 +2672,13 @@ "urlMain": "https://www.furaffinity.net", "username_claimed": "jesus", "username_unclaimed": "noonewouldeverusethis7" + }, + "Google Play": { + "errorMsg": "the requested URL was not found on this server", + "errorType": "message", + "url": "https://play.google.com/store/apps/developer?id={}", + "urlMain": "https://play.google.com", + "username_claimed": "GitHub", + "username_unclaimed": "noonewouldeverusethis7" } }