From 5b74d17e088c7f81be0d8165c44622ce7e3f8558 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 23 Dec 2021 23:20:06 +0600 Subject: [PATCH 1/2] Add Fynd Platform / ecommerce --- .../images/icons/Fynd Platform.png | Bin 0 -> 1286 bytes src/technologies/f.json | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Fynd Platform.png diff --git a/src/drivers/webextension/images/icons/Fynd Platform.png b/src/drivers/webextension/images/icons/Fynd Platform.png new file mode 100644 index 0000000000000000000000000000000000000000..06c9057b6c90546a5d70b02f6e7a34700080f265 GIT binary patch literal 1286 zcmV+h1^N1kP)s9 zqoswWHPI$^fz}68Tmyp8(h{mtb}$t>z%1NZxXU@7J7LD@%$>P+V&aSbp3eEsxBTxt zE5Lspq~%cY`e5FYWn8++9DnIx_3}y3LHY2-6?R!D8g|NbK16@ofue@Z$L8EQ)a_Q1l5$;peQb;|HSotNwwS4=2nntME2Z*s1iBmm0ww z@6+lglVDc26!Roa;Pm z=J{@5=tr-V6ax``sRC3sjxfFgYqN$AzN@=Qx;@yMVQYJg75w?}ir1lXqebf?{&ObDTRQZc6igXrA>MA*){!@6Q9 z1<}c4$-_SqCP2aK7P#4I9ub*DPXy314^qy)SJMVg-2cp2a-1=P8Ba%zk!28UPLRFA zUDF=64P{A&8S5Ms1zA)}#G>Dasn1H^ty*jI+djB&v+G1^Q5nVbkXj6pWGc+gQ7Xz| zW1MOLA;>l}$0a7k6LY-LFVc$u@7`av@)$(mh6*EjWM6A|l*n>7o4<6>Nelu&*#h@45tl0K2KI&yu}h~K5!%dzE`b<`O@N{S zF&PveuB;vWsHUdftk|-<8;)QEM_DroVkEE#IRiKei6s=hY{$zi*%wYtA`qUAB@z&} z`b-)(g0=8W&C4le>oYQ7hVpD(4-(xTf{3?`A&Ik};$8H$;Vrd}NWQufX6AigC3%SEJ#ZH*J@52> z{p4OPH(df0(k>kL;wH)07*qoM6N<$f`iRaXaE2J literal 0 HcmV?d00001 diff --git a/src/technologies/f.json b/src/technologies/f.json index 4d2b4c39d..343803cd8 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1380,5 +1380,22 @@ "requires": "WordPress", "scriptSrc": "/wp-content/themes/futurio/.+customscript\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", "website": "https://futuriowp.com" + }, + "Fynd Platform": { + "cats": [ + 6 + ], + "description": "Fynd Platform is a subscription based software as a service where brands can mange their catalog, send marketing sms/emailers and sell their products.", + "icon": "Fynd Platform.png", + "js": { + "__fyndAction": "" + }, + "saas": true, + "pricing": [ + "high", + "recurring", + "payg" + ], + "website": "https://platform.fynd.com" } } \ No newline at end of file From 91fc9d22bc848a2d5a74dae4081345e8cb1be5da Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 23 Dec 2021 23:23:03 +0600 Subject: [PATCH 2/2] add implies --- src/technologies/f.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/f.json b/src/technologies/f.json index 343803cd8..81a6b1975 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1387,6 +1387,7 @@ ], "description": "Fynd Platform is a subscription based software as a service where brands can mange their catalog, send marketing sms/emailers and sell their products.", "icon": "Fynd Platform.png", + "implies": "Vue.js", "js": { "__fyndAction": "" },