From cee843f0bb41141287900c5c17a33aac63642877 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 27 Oct 2020 01:09:24 +0600 Subject: [PATCH 1/2] Add Selly e-commerce proccessing --- src/drivers/webextension/images/icons/Selly.svg | 10 ++++++++++ src/technologies.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Selly.svg diff --git a/src/drivers/webextension/images/icons/Selly.svg b/src/drivers/webextension/images/icons/Selly.svg new file mode 100644 index 000000000..2e66a5862 --- /dev/null +++ b/src/drivers/webextension/images/icons/Selly.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 3a82090c1..20c4c8f80 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -11771,6 +11771,16 @@ "scripts": "select2(?:\\.min|\\.full)?\\.js", "website": "https://select2.org/" }, + "Selly": { + "cats": [ + 6 + ], + "description": "Selly is an online e-commerce payment processing website. Accept PayPal, Bitcoin, Ethereum, Litecoin, Stripe and more.", + "icon": "Selly.svg", + "scripts": "embed\\.selly\\.(?:gg|io)", + "website": "https://selly.io/" + }, + "Semantic UI": { "cats": [ 66 From 540c2ad8b2d9c42bc366b31121bcf00130c75c5c Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 27 Oct 2020 09:24:57 +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 20c4c8f80..b7a50ffb1 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -11775,7 +11775,7 @@ "cats": [ 6 ], - "description": "Selly is an online e-commerce payment processing website. Accept PayPal, Bitcoin, Ethereum, Litecoin, Stripe and more.", + "description": "Selly is an ecommerce payment processor. It accepts PayPal, Bitcoin, Ethereum, Litecoin, Stripe and more.", "icon": "Selly.svg", "scripts": "embed\\.selly\\.(?:gg|io)", "website": "https://selly.io/"