From 78b443836109b3889f2852c0556749de2d7130cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20=C3=87a=C4=9Fr=C4=B1=20G=C3=BCven?= Date: Tue, 16 Jul 2024 00:32:55 +0300 Subject: [PATCH] feat(United States): add 3 new companies --- src/list.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/list.json b/src/list.json index d5629dc..d87a7fe 100644 --- a/src/list.json +++ b/src/list.json @@ -557,5 +557,20 @@ "name": "Waffarha", "website": "https://waffarha.com/", "country": "Egypt" + }, + { + "name": "TinyURL", + "website": "https://tinyurl.com/", + "country": "United States" + }, + { + "name": "Allocate", + "website": "https://www.allocate.co/", + "country": "United States" + }, + { + "name": "Trak Software", + "website": "https://www.trak.io/", + "country": "United States" } ]