From f0ee1636caf4d68747cc61bd98fd017212f3b5ec Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 12 Nov 2020 18:16:55 +0600 Subject: [PATCH 1/3] Add Base/Eccomerce --- src/drivers/webextension/images/icons/Base.svg | 9 +++++++++ src/technologies.json | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Base.svg diff --git a/src/drivers/webextension/images/icons/Base.svg b/src/drivers/webextension/images/icons/Base.svg new file mode 100644 index 000000000..6d124b910 --- /dev/null +++ b/src/drivers/webextension/images/icons/Base.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..7d2c895fa 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1993,6 +1993,18 @@ }, "website": "http://www.banshee-php.org" }, + "Base": { + "cats": [ + 6 + ], + "description": "", + "icon": "Base.svg", + "meta": { + "base-theme-name": "\\d+" + }, + "scripts": "thebase\\.in/js", + "website": "https://thebase.in" + }, "BaseHTTP": { "cats": [ 22 From 3cad80f8446ad3ed5a4cfc4f73538befa4922b5c Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 12 Nov 2020 18:23:15 +0600 Subject: [PATCH 2/3] desc --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 7d2c895fa..454c35b22 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1997,7 +1997,7 @@ "cats": [ 6 ], - "description": "", + "description": "Base is a hosted ecommerce platform that allows business owners to set up an online store and sell their products online.", "icon": "Base.svg", "meta": { "base-theme-name": "\\d+" From 507aefe59e0a255d4c854f55e7b608196eb59745 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 13 Nov 2020 08:29:19 +1100 Subject: [PATCH 3/3] Update technologies.json --- src/technologies.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 454c35b22..a11c35b4d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1999,6 +1999,9 @@ ], "description": "Base is a hosted ecommerce platform that allows business owners to set up an online store and sell their products online.", "icon": "Base.svg", + "js": { + "Base.App.open_nav": "" + }, "meta": { "base-theme-name": "\\d+" }, @@ -17839,4 +17842,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}