From 3db375781549c65588f7309ceb87927cfdbae940 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 18 Nov 2020 01:08:14 +0600 Subject: [PATCH 1/2] Add SummerCart/Ecommerce --- .../webextension/images/icons/SummerCart.svg | 9 +++++++++ src/technologies.json | 20 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/drivers/webextension/images/icons/SummerCart.svg diff --git a/src/drivers/webextension/images/icons/SummerCart.svg b/src/drivers/webextension/images/icons/SummerCart.svg new file mode 100644 index 000000000..1e6fe83a2 --- /dev/null +++ b/src/drivers/webextension/images/icons/SummerCart.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 0fc24317c..e39bc0907 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14081,6 +14081,26 @@ "implies": "Symfony", "website": "http://sulu.io" }, + "SummerCart": { + "cats": [ + 6 + ], + "description": "SummerCart is a PHP shopping cart, ecommerce solution for online web store.", + "icon": "SummerCart.svg", + "implies": "PHP", + "dom": { + "link": { + "attributes": { + "href": "com\\.summercart\\.\\;confidence:100" + } + } + }, + "js": { + "SC": "\\;confidence:10", + "SCEvents": "\\;confidence:40" + }, + "website": "http://www.summercart.com" + }, "SumoMe": { "cats": [ 5, From 498251e4adcfe2b28e1a8fd54c50634b75ed1aad Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 18 Nov 2020 10:59:59 +1100 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index e39bc0907..dc51943c7 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14085,7 +14085,7 @@ "cats": [ 6 ], - "description": "SummerCart is a PHP shopping cart, ecommerce solution for online web store.", + "description": "SummerCart is an ecommerce platform written in PHP.", "icon": "SummerCart.svg", "implies": "PHP", "dom": {