From 6974626a1f74ca2034a5a7fa97f526dd7746a0a6 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 19 Dec 2022 00:53:18 +0600 Subject: [PATCH 1/2] Add Cloudify.store / Reservations & delivery --- .../webextension/images/icons/Cloudify.store.png | Bin 0 -> 897 bytes src/technologies/c.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Cloudify.store.png diff --git a/src/drivers/webextension/images/icons/Cloudify.store.png b/src/drivers/webextension/images/icons/Cloudify.store.png new file mode 100644 index 0000000000000000000000000000000000000000..bdddacfcd88fc52c1785b299b79f6de29e8e2453 GIT binary patch literal 897 zcmV-{1AhF8P)bVM2(#qHE3dIArft_6E$iFPDu#-!`CAUni5As(2 znCyBG^+6MX&!t9rC;SK~QoRxoLj7Pkuy(_bfLwI?Z%p(;=z(hT%BlGGWzj=0hNzX8rUcU`N@Rn|Vmf z%8E@Q5R@?)pS3PCebv{$MuVxxlfZo-A?k4tt8oizmmbV*!K{Si6Z{Fh`!a@KMWYew zl}E&_!BDN+)7)4?Ahw8hVwhf5W&X_ZG#f~hcIh=a)(@9eov~Bm_QzVg|1w8qYS6so~h4*;zQ5yfz;a_3c&7onx#IvkXXk$9l? zJFV`hs5^285V{BC!>QD=bt!H^=uoNBNE&_k1c;m0hX&csI4e3S*$_oI$g-_o;(x&( XUrYS=oo&>V00000NkvXXu0mjfVgr;I literal 0 HcmV?d00001 diff --git a/src/technologies/c.json b/src/technologies/c.json index 216bfa5b2..469767029 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2049,6 +2049,21 @@ "saas": true, "website": "https://www.cloudflare.com/products/zaraz/" }, + "Cloudify.store": { + "cats": [ + 93 + ], + "description": "Cloudify.store is a subscription-based platform that allows anyone to set up a hyperlocal quick commerce business.", + "icon": "Cloudify.store.png", + "cookies": { + "cloudify_session": "" + }, + "pricing": [ + "payg" + ], + "saas": true, + "website": "https://cloudify.store" + }, "Cloudimage": { "cats": [ 31, From c38cf5db6f84c6cba0079b4fccdea2ff024d85dc Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 19 Dec 2022 00:58:10 +0600 Subject: [PATCH 2/2] add implies, add ecom cat --- src/technologies/c.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/technologies/c.json b/src/technologies/c.json index 469767029..735555be5 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2051,10 +2051,16 @@ }, "Cloudify.store": { "cats": [ + 6, 93 ], "description": "Cloudify.store is a subscription-based platform that allows anyone to set up a hyperlocal quick commerce business.", "icon": "Cloudify.store.png", + "implies": [ + "PHP", + "MySQL", + "React" + ], "cookies": { "cloudify_session": "" },