From 19304b4e0ef76284b21f0632196e3a8e7977253e Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 8 Dec 2020 23:07:33 +0600 Subject: [PATCH 1/2] Add Voracio/Ecommerce --- .../webextension/images/icons/Voracio.svg | 8 ++++++++ src/technologies.json | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Voracio.svg diff --git a/src/drivers/webextension/images/icons/Voracio.svg b/src/drivers/webextension/images/icons/Voracio.svg new file mode 100644 index 000000000..2d0ccf2f1 --- /dev/null +++ b/src/drivers/webextension/images/icons/Voracio.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 49ed581d2..b3f71d34d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -16068,6 +16068,22 @@ "scripts": "voog\\.com/tracker\\.js", "website": "https://www.voog.com/" }, + "Voracio": { + "cats": [ + 6 + ], + "description": "Voracio is a cloud SaaS ecommerce platform built upon a cutting edge technology stack, powered by Microsoft .NET, built for scalability and performance on the Microsoft Azure cloud framework.", + "icon": "Voracio.svg", + "cookies": { + "voracio_sessionid": "", + "voracio_csrf_token": "" + }, + "js": { + "voracio": "" + }, + "saas": true, + "website": "https://www.voracio.co.uk" + }, "Vue.js": { "cats": [ 12 From 298daad89b75fcc5e645452b24c89d10233562a8 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 9 Dec 2020 10:26:24 +1100 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index b3f71d34d..2bc3a95d1 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -16072,7 +16072,7 @@ "cats": [ 6 ], - "description": "Voracio is a cloud SaaS ecommerce platform built upon a cutting edge technology stack, powered by Microsoft .NET, built for scalability and performance on the Microsoft Azure cloud framework.", + "description": "Voracio is a cloud SaaS ecommerce platform powered by Microsoft .NET and built on the Microsoft Azure cloud framework.", "icon": "Voracio.svg", "cookies": { "voracio_sessionid": "", @@ -16082,6 +16082,7 @@ "voracio": "" }, "saas": true, + "pricing": ["poa"], "website": "https://www.voracio.co.uk" }, "Vue.js": {