diff --git a/src/apps.json b/src/apps.json index c0889de1c..1a8aed803 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3026,6 +3026,16 @@ "script": "jquery\\.fancybox(?:\\.pack|\\.min)?\\.js(?:\\?v=([\\d.]+))?$\\;version:\\1", "website": "http://fancyapps.com/fancybox" }, + "Fastcommerce": { + "cats": [ + 6 + ], + "icon": "Fastcommerce.png", + "meta": { + "generator": "^Fastcommerce" + }, + "website": "https://www.fastcommerce.com.br" + }, "Fastly": { "cats": [ 31 @@ -3049,6 +3059,16 @@ "implies": "PHP", "website": "http://fatfreeframework.com" }, + "Fbits": { + "cats": [ + 6 + ], + "js": { + "fbits": "" + }, + "icon": "Fbits.png", + "website": "https://www.traycorp.com.br" + }, "Fedora": { "cats": [ 28 @@ -5724,6 +5744,17 @@ ], "website": "http://mailchimp.com" }, + "MakeShopKorea": { + "cats": [ + 6 + ], + "icon": "MakeShopKorea.png", + "js": { + "MakeshopLogUniqueId": "", + "Makeshop": "" + }, + "website": "https://www.makeshop.co.kr" + }, "Mambo": { "cats": [ 1 @@ -8024,6 +8055,16 @@ }, "website": "http://ecservice.rakuten.com.br" }, + "Rakuten Digital Commerce": { + "cats": [ + 6 + ], + "icon": "RakutenDigitalCommerce.png", + "js": { + "RakutenApplication": "" + }, + "website": "https://digitalcommerce.rakuten.com.br" + }, "Ramda": { "cats": [ 12 @@ -9957,6 +9998,14 @@ "script": "lucide\\.init(?:\\.min)?\\.js", "website": "http://www.translucide.net" }, + "Tray": { + "cats": [ + 6 + ], + "icon": "tray.png", + "script": ".+tcdn\\.com\\.br", + "website": "https://www.tray.com.br" + }, "Tumblr": { "cats": [ 11 diff --git a/src/icons/Fastcommerce.png b/src/icons/Fastcommerce.png new file mode 100644 index 000000000..6ba20a3f3 Binary files /dev/null and b/src/icons/Fastcommerce.png differ diff --git a/src/icons/Fbits.png b/src/icons/Fbits.png new file mode 100644 index 000000000..f5253019e Binary files /dev/null and b/src/icons/Fbits.png differ diff --git a/src/icons/MakeShopKorea.png b/src/icons/MakeShopKorea.png new file mode 100644 index 000000000..5cf20bd0a Binary files /dev/null and b/src/icons/MakeShopKorea.png differ diff --git a/src/icons/RakutenDigitalCommerce.png b/src/icons/RakutenDigitalCommerce.png new file mode 100644 index 000000000..8784b5b3c Binary files /dev/null and b/src/icons/RakutenDigitalCommerce.png differ diff --git a/src/icons/tray.png b/src/icons/tray.png new file mode 100644 index 000000000..66d510765 Binary files /dev/null and b/src/icons/tray.png differ