From b9177d8429a550c84ce5848965827f0338e0af31 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 29 Sep 2022 21:23:29 +0600 Subject: [PATCH 1/2] Add ADAPT / ecommerce --- src/drivers/webextension/images/icons/ADAPT.svg | 3 +++ src/technologies/a.json | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/drivers/webextension/images/icons/ADAPT.svg diff --git a/src/drivers/webextension/images/icons/ADAPT.svg b/src/drivers/webextension/images/icons/ADAPT.svg new file mode 100644 index 000000000..20d589ce9 --- /dev/null +++ b/src/drivers/webextension/images/icons/ADAPT.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index d769e6adc..55c74f8ed 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -1116,6 +1116,22 @@ "scriptSrc": "c5\\.adalyser\\.com", "website": "https://adalyser.com/" }, + "ADAPT": { + "cats": [ + 6 + ], + "description": "ADAPT is a subscription-based app that allows anyone to create video focused online store in minutes on their phone.", + "icon": "ADAPT.svg", + "meta": { + "image": "assets\\.adapt\\.ws/" + }, + "saas": true, + "pricing": [ + "low", + "recurring" + ], + "website": "https://adapt.ws" + }, "Adcash": { "cats": [ 36 From b1faf5d68d84b6818dd77e25b1ca0cd42984f577 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 29 Sep 2022 21:25:42 +0600 Subject: [PATCH 2/2] update pricing --- src/technologies/a.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/a.json b/src/technologies/a.json index 55c74f8ed..0b334f2cd 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -1128,6 +1128,7 @@ "saas": true, "pricing": [ "low", + "freemium", "recurring" ], "website": "https://adapt.ws"