From 6c850270957cb8a1728987ee60237143b9029309 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 13:02:24 +0600 Subject: [PATCH 1/2] Add Shopmatic / ecommerce --- .../webextension/images/icons/Shopmatic.svg | 4 ++++ src/technologies/s.json | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Shopmatic.svg diff --git a/src/drivers/webextension/images/icons/Shopmatic.svg b/src/drivers/webextension/images/icons/Shopmatic.svg new file mode 100644 index 000000000..6d3f21628 --- /dev/null +++ b/src/drivers/webextension/images/icons/Shopmatic.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 01b9c95e4..74fba040e 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2277,6 +2277,23 @@ "scriptSrc": "cdn\\.shoplo\\.\\w+/", "website": "https://www.shoplo.com" }, + "Shopmatic": { + "cats": [ + 6 + ], + "description": "Shopmatic is an ecommerce website builder.", + "icon": "Shoplo.svg", + "meta": { + "shopmatic-facebook-pixels-id": "" + }, + "pricing": [ + "payg", + "low", + "recurring" + ], + "saas": true, + "website": "https://goshopmatic.com" + }, "Shoporama": { "cats": [ 6 From a90f09ac65ad618d49e061bf2f9f24002b80d69c Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 13:07:26 +0600 Subject: [PATCH 2/2] fix icon --- src/technologies/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 74fba040e..72e01f3e3 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2282,7 +2282,7 @@ 6 ], "description": "Shopmatic is an ecommerce website builder.", - "icon": "Shoplo.svg", + "icon": "Shopmatic.svg", "meta": { "shopmatic-facebook-pixels-id": "" },