From 094a2fd5a153c0a6ad076f2f854878aea02391f4 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 15 Mar 2023 12:43:19 +0600 Subject: [PATCH 01/68] Add Relewise / personalisation --- .../webextension/images/icons/Relewise.svg | 13 +++++++++++++ src/technologies/r.json | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Relewise.svg diff --git a/src/drivers/webextension/images/icons/Relewise.svg b/src/drivers/webextension/images/icons/Relewise.svg new file mode 100644 index 000000000..20838204c --- /dev/null +++ b/src/drivers/webextension/images/icons/Relewise.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/technologies/r.json b/src/technologies/r.json index 0d6c87bdf..d87a76761 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1207,6 +1207,24 @@ }, "website": "http://www.reinvigorate.net" }, + "Relewise": { + "cats": [ + 76 + ], + "description": "Relewise is a platform that uses personalisation technology to provide customised online experiences through personalised search and recommendations.", + "icon": "Relewise.svg", + "dom": "link[href*='api.relewise.com/']", + "js": { + "relewiseTracking": "", + "relewiseConfig": "" + }, + "saas": true, + "scriptSrc": "", + "pricing": [ + "payg" + ], + "website": "https://relewise.com" + }, "Relais Colis": { "cats": [ 99 From 9a258ba7592217d4ed07fa93d77ea7ad9037c791 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 15 Mar 2023 12:46:04 +0600 Subject: [PATCH 02/68] fix --- src/technologies/r.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/r.json b/src/technologies/r.json index d87a76761..cfe03ae77 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1219,7 +1219,6 @@ "relewiseConfig": "" }, "saas": true, - "scriptSrc": "", "pricing": [ "payg" ], From c679badacc04583a96fb16b7a01d0c11d207ce26 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 15 Mar 2023 13:05:23 +0600 Subject: [PATCH 03/68] Add Doteasy Website Builder / page-builders, Add Doteasy / hosting --- .../webextension/images/icons/Doteasy.svg | 7 +++++ src/technologies/d.json | 29 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Doteasy.svg diff --git a/src/drivers/webextension/images/icons/Doteasy.svg b/src/drivers/webextension/images/icons/Doteasy.svg new file mode 100644 index 000000000..645a02df8 --- /dev/null +++ b/src/drivers/webextension/images/icons/Doteasy.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/technologies/d.json b/src/technologies/d.json index 0b04458b6..da34c077f 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -1356,6 +1356,35 @@ "saas": true, "website": "https://dotdigital.com" }, + "Doteasy": { + "cats": [ + 88 + ], + "description": "Doteasy is a web hosting company that provides web hosting services, domain registration, and other related services for businesses and individuals. The company was founded in 2000 and is based in Vancouver, Canada.", + "icon": "Doteasy.svg", + "pricing": [ + "low", + "recurring" + ], + "website": "https://www.doteasy.com" + }, + "Doteasy Website Builder": { + "cats": [ + 51 + ], + "description": "Doteasy Website Builder is a tool provided by Doteasy, a web hosting company that enables users to create and personalise their own websites without necessitating any technical knowledge or expertise in website design.", + "icon": "Doteasy.svg", + "implies": "Doteasy", + "js": { + "fsData.fs": "\\.dotezcdn\\.com" + }, + "saas": true, + "pricing": [ + "low", + "recurring" + ], + "website": "https://www.doteasy.com/website-builder/" + }, "DoubleClick Ad Exchange (AdX)": { "cats": [ 36 From d29d6f9ea3019f5abf69d3b1c419f53e5e6683a4 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 15 Mar 2023 13:26:10 +0600 Subject: [PATCH 04/68] Add Formli / form-builders --- src/drivers/webextension/images/icons/Formli.svg | 3 +++ src/technologies/f.json | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Formli.svg diff --git a/src/drivers/webextension/images/icons/Formli.svg b/src/drivers/webextension/images/icons/Formli.svg new file mode 100644 index 000000000..d8320e8b1 --- /dev/null +++ b/src/drivers/webextension/images/icons/Formli.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/f.json b/src/technologies/f.json index a8cb77332..f2be4a674 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1456,6 +1456,21 @@ ], "website": "https://formitable.com" }, + "Formli": { + "cats": [ + 110 + ], + "description": "Formli is a web-based form builder service that permits users to produce and personalise online forms for different purposes, including surveys, feedback forms, event registrations, and others.", + "icon": "Formli.svg", + "pricing": [ + "freemium", + "low", + "recurring" + ], + "saas": true, + "scriptSrc": "(?:app|cdn)\\.(?:formli|humanagency)\\.(?:com|org)/", + "website": "https://formli.com" + }, "ForoshGostar": { "cats": [ 6 From db9121710fc214a15e035cfe20fc65e0f9c34a43 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 18 Mar 2023 21:17:57 +0600 Subject: [PATCH 05/68] Update Firebase / development --- src/technologies/f.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/f.json b/src/technologies/f.json index a8cb77332..6d81332e7 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -723,6 +723,7 @@ "/(?:([\\d.]+)/)?firebase(?:\\.min)?\\.js\\;version:\\1", "/firebasejs/([\\d.]+)/firebase\\;version:\\1" ], + "scripts": "\\.gstatic\\.com/firebasejs/([\\d\\.]+)/\\;version:\\1", "website": "https://firebase.google.com" }, "Fireblade": { From 380b67e354a4dadcad60f81d213c1429bcf718e9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 18 Mar 2023 22:00:07 +0600 Subject: [PATCH 06/68] Update Bulma / ui-frameworks --- src/technologies/b.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index a83d6bc7f..86be23958 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -2402,9 +2402,9 @@ ], "description": "Bulma is a free class-based framework for CSS.", "dom": { - "link[href*='bulma.min.css']": { + "link[href*='bulma']": { "attributes": { - "href": "(?:([\\d\\.]+)/css/)?bulma\\.min\\.css\\;version:\\1" + "href": "(?:([\\d\\.]+)/css/)?bulma(?:-docs)?\\.min\\.css\\;version:\\1" } } }, From 9257232777b6c3cc9254990240ebb5ff3ed75633 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 18 Mar 2023 22:10:57 +0600 Subject: [PATCH 07/68] Add Algolia DocSearch / widget --- .../webextension/images/icons/DocSearch.svg | 11 +++++++++++ src/technologies/a.json | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/drivers/webextension/images/icons/DocSearch.svg diff --git a/src/drivers/webextension/images/icons/DocSearch.svg b/src/drivers/webextension/images/icons/DocSearch.svg new file mode 100644 index 000000000..2e7eaea46 --- /dev/null +++ b/src/drivers/webextension/images/icons/DocSearch.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index c92ab0b54..0b2f8af8d 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2272,6 +2272,24 @@ "saas": true, "website": "http://www.algolia.com" }, + "Algolia DocSearch": { + "cats": [ + 5 + ], + "description": "Algolia DocSearch is a search widget specifically designed for documentation websites.", + "icon": "DocSearch.svg", + "implies": "Algolia", + "js": { + "docsearch.version": "([\\d\\.]+)\\;version:\\1" + }, + "saas": true, + "pricing": [ + "freemium", + "mid", + "recurring" + ], + "website": "https://docsearch.algolia.com" + }, "Ali Reviews": { "cats": [ 90, From 3506d3aea735cb4f78a3545c94769ab6be06736b Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 18 Mar 2023 22:33:31 +0600 Subject: [PATCH 08/68] Update Font Awesome / font scripts --- src/technologies/f.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index a8cb77332..e2d201d92 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1202,12 +1202,23 @@ "attributes": { "href": "/font-awesome/([\\d\\.]+)/css/\\;version:\\1" } + }, + "link[href*='kit-pro.fontawesome.com']": { + "attributes": { + "href": "/kit-pro\\.fontawesome\\.com/releases/v([\\d\\.]+)/\\;version:\\1" + } + }, + "link[href*='awesome']": { + "attributes": { + "href": "(?:([\\d\\.]+)/)?(?:css/)?font-awesome(?:\\.min)?\\.css\\;version:\\1" + } + }, + "link[href*='fontawesome-free']": { + "attributes": { + "href": "/fontawesome-free(?:/|-)([\\d\\.]+)?\\;version:\\1" + } } }, - "html": [ - "]* href=[^>]+(?:([\\d.]+)/)?(?:css/)?font-awesome(?:\\.min)?\\.css\\;version:\\1", - "]* href=[^>]*kit\\-pro\\.fontawesome\\.com/releases/v([0-9.]+)/\\;version:\\1" - ], "icon": "Font Awesome.svg", "js": { "FontAwesomeCdnConfig": "", From f73cc8a0180ba58c94627d7740fb001e1ff7a528 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 19 Mar 2023 00:46:35 +0600 Subject: [PATCH 09/68] Add WP Automatic / wp-plugin --- .../webextension/images/icons/WP Automatic.png | Bin 0 -> 1858 bytes src/technologies/w.json | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/drivers/webextension/images/icons/WP Automatic.png diff --git a/src/drivers/webextension/images/icons/WP Automatic.png b/src/drivers/webextension/images/icons/WP Automatic.png new file mode 100644 index 0000000000000000000000000000000000000000..21e86fe630d3d19cf47d96042f3ec491fdf417f2 GIT binary patch literal 1858 zcmV-I2fg@-P)bMK~#7F$>!^12?f6->CX&LUG!%`qo zVa$(H$kxt#Xl7o)^jt_y)4>nl?SYdgOhD5#WZgLqW))6{lXZ>o?bo}YqN1jJ~mx9dCSHPTd=R!fjoTuKAd*n<2ZNAPq?Vugo_WJ!P%R?#k?7hVXyr! z9=F?rn>K!m$*Ma)QO9Lz2a`eHY$8>irA<`oj(lJG*%K>PJpqwX5d!_(*>-Tqf7x&v}@vjkqHG7bu6 zOp)#1Q#qURM((h?Ivg+*^78W7Nm;XxwY9b5V6b)fV8x+otgfoXwsY-*$)8%fMlk>N z;O7mQGwL!F8Bs$jpjH@O-Mi-y4h5Udj?0#;#^Qx5apg1X@Id)*gYs{FcPpxthE0PC zPma${d12)n+y#dhM;c|j4b3E8C=&Uc{87r>7jt>_^ANWkrO zZV799c$;ikMWv z3Q2L}$MUj;7@#@ko(JX^g3ap}6v~K}z(0k@F2}9?IE7-hgE39Al zI=I|664e2q$dl&x_k*AF4#>}OKCqZOfn{038+`xnNJ`3-F;bB_Z+Xe01-)_=n0mdC z5+xo~_>M12;n|YspvQ3@`~i=!p*C?0UG)mWcIfJHle>BU0uA- z{lPI3Q#UuahVax>A0U8LMHJo{_K zANae~f#v32bdn7CQG-?J_nPf^prbEDiMg{D3kl^~B^V|QrIJ{|$1E+vaET0MQOO~K zCry}zhYtK6+~@GYDpV^cET(j^`dH(X?D|i(f1u)sZxmt{ntDBO8%ai&E+;0Q7Bq2H zEzFr&OkB|qKA%_cHqG$SLlfUJKvQgp`Nxb+hXs$$f%%Wj1yPtNNS~hn@VWZa%|@oj zbJ1h#hPE)|il*mJ6efB9$AmH94sbwX6Qm?YTKc>oBZ?$y5)#7X8n_EaxTejS6`J*aGBoD;W7oXqI zZ|&*BjVCV(E+}ia<1fSwj($JBeVKLzc6%?D@2$Y?+kPbe{|Wgb=5$jlx?DGZM;v_) zT)k?8Tdg!KgMpw?>eF+w3tN9K-FL%c4sQ+QeZbs_bJ|o2gAoP;U$+sal6iBMwtn-~ zPINk4*hehzUcE)Iz;0rdN=qNwy?*?t(Hdfv>(NU}`Q1DB?VQu%4nG}=6ZQI z{V*wlBBoN&GA}$_GHddb>}k;%8SgAx;QZFA3JGsoUIc0g_e0)X)so z)yH~js*abD+VN`?!Ov#%5!XO+hWlwoX%*SV0OijlfAtiF>9QD^RIZGPASD( Date: Sun, 19 Mar 2023 00:59:10 +0600 Subject: [PATCH 10/68] Update OpenCart / ecommerce --- .../webextension/images/icons/OpenCart.png | Bin 456 -> 0 bytes .../webextension/images/icons/OpenCart.svg | 9 +++++++++ src/technologies/o.json | 10 ++++++++-- 3 files changed, 17 insertions(+), 2 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/OpenCart.png create mode 100644 src/drivers/webextension/images/icons/OpenCart.svg diff --git a/src/drivers/webextension/images/icons/OpenCart.png b/src/drivers/webextension/images/icons/OpenCart.png deleted file mode 100644 index d6add7f1f8e3f517a269e8177df0d10ade41e732..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 456 zcmV;(0XP1MP)p|MpMRXaCvNp4Hzq#?tE${DDWl9mA)eTa~V6G)JAe95Uh-tp@JxV7Z>&GjM5O}3F>y;|aOf;my`K~7q}g#sB{ yyp^7L+?HhICA{BdEHZaPSA6X>9`%j-SM>(s47zK*hvtF+0000 + + + + + + + + diff --git a/src/technologies/o.json b/src/technologies/o.json index cccd1b0ae..bb9374b5d 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -947,12 +947,18 @@ "cats": [ 6 ], + "description": "OpenCart is a free and open-source ecommerce platform used for creating and managing online stores. It is written in PHP and uses a MySQL database to store information.", + "dom": "link[href*='catalog/view/theme/rgen-opencart/']", "cookies": { "OCSESSID": "" }, "cpe": "cpe:2.3:a:opencart:opencart:*:*:*:*:*:*:*:*", - "icon": "OpenCart.png", - "implies": "PHP", + "icon": "OpenCart.svg", + "implies": [ + "PHP", + "MySQL" + ], + "oss": true, "website": "http://www.opencart.com" }, "OpenCities": { From 424a56b2bb714c8eacda37a7e5a37e62699cc5cb Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 19 Mar 2023 01:21:22 +0600 Subject: [PATCH 11/68] Add Bigin / crm --- .../webextension/images/icons/Bigin.png | Bin 0 -> 891 bytes src/technologies/b.json | 21 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Bigin.png diff --git a/src/drivers/webextension/images/icons/Bigin.png b/src/drivers/webextension/images/icons/Bigin.png new file mode 100644 index 0000000000000000000000000000000000000000..c14eeaf4fbbce5c5e3fc6e3e6656e501135a3548 GIT binary patch literal 891 zcmV->1BCpEP)K~#7F%~nfm zQ$ZL#)7&(*X|*vHt)LZAd{9L!2qFb>Eg~+uwIUdcuNK9PE^4>hqQ;dAZ5JvOss0An zf{%rWE{llIruLDTG#Ss_n_?dK-pt$-?Fo}RlRGo#%$aY#4Dg>J%32p>4+^*si4+=< z<1++vd`1|g8xG1|3Sb!s<1z#y3PZ_3AP6#^TB0^t)Bcd6fC?HEW%+W;= z4|qD-g9}hdqX|=-DrYD{Fq|dE5$Cf6mC>1E$B(u!0Y{!nMY5!>pf+KOK5W7&W{NG) zAqV=I+@51dWV{8W@E%bdwG&dl_*Ol`#gZ-d%i8Y>6w=1u$JyErFE<_XVcZsv++Wv= z%Ti^|BwadECBm`&EbfTMUc>7bpm3fdEFLw9T@~avNIv2>ba@0QT#`FD+e4BbWNVi7 z1Z{tUe~LkQfT{Nf%T3)O=Eu+r1G0^=ke~xGmR`2^=?q&Q0as*{-y^iW7tXeBW*O5F zQGX2d%NWnM3beke`2@2?4#&}s*F66Px8e0UpjO_9QCD&W$y8<0i5c|pFWHr=e9)lW z$|Q4@s>5~y$`y;MtK_p-(gyDd+ei?>G1PYQ9ebQ(+ImsxgjJzf?Onp2PP$0_Thi#@ zx+2&BJ?!RuNqomC)?b#sFx>)4(mAd>#aP!RUqTlX{5_nJ>q>vLOlF|m3l{Dfb`)z12-C7w zO0WWx_c8h>z4Cy+fDnT%%03}pN`sI~T;s|;$^8X{@P(JJ7Op*tAmqSF?)fu6@@fIn zwrrZDDF#~;>niokzzoxzXH Date: Sun, 19 Mar 2023 01:41:44 +0600 Subject: [PATCH 12/68] Add Peripl / analytics --- src/drivers/webextension/images/icons/Peripl.png | Bin 0 -> 1109 bytes src/technologies/p.json | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Peripl.png diff --git a/src/drivers/webextension/images/icons/Peripl.png b/src/drivers/webextension/images/icons/Peripl.png new file mode 100644 index 0000000000000000000000000000000000000000..24be7038bdb7f9fabfd1560fd4bb23efdb4f32d8 GIT binary patch literal 1109 zcmV-b1giUqP)}Q(4w&6FrrJV?eTqW8mZfLtI#4JA5{bUIg;0K~aI~bgk zOzwtA*MO)Ea=WT}YxDVS`)LjWN&xZqj??}W(KAJ=gJg2o4y@d$IAI#KEbDF}BOe?a zB(|&c$o@HU{rAxXQY`ruMzO?MFDPqw+RT7(QU+zqUcuns4mF?LVIzLG$+Mn_`&!Yo!-EnSd4|2yS1UyeU5o{}Z zh0n;1{iQJ9SyT(%N{m*d_Wp5xrf?oDZA=-iTWmvdB(eZsy#FVR?wC2ATLr5Pd-@2< zG(zu3F;R5si|po(eWFMs<%zIDOQ-cPN7`{*n8K?UoOZ?xDE4>YS7pa0nlj zNUr4b`q3bBs4c)gHfvh(Io$0%e!X?z@1H9xU>csbZ|gtu&9ohlzk45YN0-F$^=#Zx zGU0aljW7+4(Lceqbo%oo!vB@rhVQ}0vyn#n762LKgoo;V=lzF@>nh)3#Sc`RFn@{k zJeO3=Ka>qzJN{48`Uc9;s4T$Ga*4#QHyua)S9T7Z#c6n}CUdQhYu^K+fZ@BPspuDD zC@-MW=;wx6XwD&tttk}V7^>wb^ck>i{e2 Date: Sun, 19 Mar 2023 20:28:46 +0600 Subject: [PATCH 13/68] Update Sitecore / cms --- src/technologies/s.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/s.json b/src/technologies/s.json index 9a4a2046e..90f3529f4 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3505,6 +3505,9 @@ ], "icon": "Sitecore.svg", "implies": "Microsoft ASP.NET", + "js": { + "SitecoreUtilities": "" + }, "pricing": [ "poa", "recurring", From 93c7b3373087d156ebbbbbcf5005a80743e2c370 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 19 Mar 2023 20:42:13 +0600 Subject: [PATCH 14/68] Update NextGEN Gallery / wp-plugin --- src/technologies/n.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/n.json b/src/technologies/n.json index 3a9609e57..eb8d1e35e 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -639,6 +639,9 @@ "\\;version:\\1" ], "icon": "NextGEN Gallery.png", + "js": { + "nextgen_lightbox_settings.static_path": "/wp-content/plugins/nextgen-gallery/" + }, "requires": "WordPress", "scriptSrc": "/nextgen-gallery/js/", "website": "https://www.imagely.com/wordpress-gallery-plugin" From 2b506ccee2fdb0b299e0a4cf290ea0a253daaba5 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 19 Mar 2023 21:51:07 +0600 Subject: [PATCH 15/68] Add SearchiQ / search-engine --- .../webextension/images/icons/SearchiQ.svg | 7 +++++++ src/technologies/s.json | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 src/drivers/webextension/images/icons/SearchiQ.svg diff --git a/src/drivers/webextension/images/icons/SearchiQ.svg b/src/drivers/webextension/images/icons/SearchiQ.svg new file mode 100644 index 000000000..c91a7a89e --- /dev/null +++ b/src/drivers/webextension/images/icons/SearchiQ.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 9a4a2046e..debb4c3cf 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -1209,6 +1209,24 @@ "saas": true, "website": "https://www.searchfit.com" }, + "SearchiQ": { + "cats": [ + 29 + ], + "description": "SearchiQ is a cloud-based search engine solution that can be integrated into a website.", + "icon": "SearchiQ.svg", + "js": { + "siq_version": "([\\d\\.]+)\\;version:\\1", + "siqConfig.version": "([\\d\\.]+)\\;version:\\1" + }, + "saas": true, + "pricing": [ + "freemium", + "mid", + "recurring" + ], + "website": "https://www.searchiq.co" + }, "Searchanise": { "cats": [ 29 From 69ef94883880b82f6e84804e2fa1530dfa082d3c Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 19 Mar 2023 22:13:41 +0600 Subject: [PATCH 16/68] Update Commercelayer / ecommerce --- src/technologies/c.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 61da5f990..62c82dd3f 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -4244,10 +4244,11 @@ "scriptSrc": "\\.scorecardresearch\\.com/beacon\\.js|COMSCORE\\.beacon", "website": "http://comscore.com" }, - "commercelayer": { + "Commercelayer": { "cats": [ 6 ], + "description": "Commercelayer is a headless ecommerce platform that permits businesses to create customisable and scalable online shopping experiences via an API-first architecture that allows developers to use any programming language or framework for building ecommerce sites and applications.", "icon": "commercelayer.svg", "pricing": [ "mid", From 1862e4732e1511eb655af0b74c4dcba28b863e6b Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 02:17:26 +0600 Subject: [PATCH 17/68] Add GPT AI Power / wp -plugin --- .../webextension/images/icons/GPT AI Power.png | Bin 0 -> 3046 bytes src/technologies/g.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/drivers/webextension/images/icons/GPT AI Power.png diff --git a/src/drivers/webextension/images/icons/GPT AI Power.png b/src/drivers/webextension/images/icons/GPT AI Power.png new file mode 100644 index 0000000000000000000000000000000000000000..a11c57379b71646b9bb5ac828cbbd1f71cd94edf GIT binary patch literal 3046 zcmV=q5@shA@VF5Y$7(*nbGJF z%Lc>FnMBjG?mFAS{g1vC|GyHLJ@q$RCc5$fuPZ;FpIfjzcX$GqR}%2GxG~VvjLvQ! z&Ww(uBp2bVF=28ph-^uRQc}?Ewql#l375l^g~2~u-_&sEz+=bqSBk@3>BI1ae^}#7 z(@!wE@<1e|NxyyS1i*6m`d4=0{sUjeH9bw}_PXE{4YYWg!1FwA-`kHyUInMCSPi9- zD3wuTHi@iJzAc{2cJ9CB+QUcB`pZ{MVEmttbZ@NAy|A(xy5q^`PjSz@G>YqbJ-B_? zgYAQT)H4H&TEOz`EO@#*Q7~}*wLO@eUB|9HpM$7o5e~*+ly#h6&R`=gb5;{OpcXRy z_Y5_ke0^#o|EVJw8#^c@PM>-$m&<)|gn62&rPs(VMf&5$JF`Nxm=?_(IM;*$xC z9lT#y2!(!^NoODY1<4=EVE5K0w7H##g*On0=AnXzRpijQWdJvQ^#GbS)uND$qpqm|ra}_=Tpsgl zNi;M#kj>;E*_`mYYcb)Epw7%;Y9)m%wW6U$7~gf;JT4jD}!JX1xOUHHv?M8+N6AnQZ>2vw?J7s-VGbH^D^vWwlu` zIlY3XU-=LUb?cYE_&&~!UB-(q9mnEw1Xibm2+0kRDm!*;467*x(+e92CyU@29m4}& z!hi!~7gynr1OjoH z+HPRRA4WmZ5XouaC<%^bk)x4#YeiS4$Qh;{{%R};)8AQDrtYq%SMjSR9x#ZD^^|I9Rg|L1>Upv8d@fo?Hg zge9CrxlFW6AamNyh$Tn|)*0An^@`L5tHp$Pns6a7NRnz=h}1+u&}dQhq`*-&lz>Gf zz9+WgiF!3nLp+v(w~n@9avuBkY==hD>t6_9&yFr&cQ4*JF^MFN@9rBru(lSj2C`7r zHFS@cI%C1JSFgJNEWg97CW zr7HR>tVelJU=}W$XqY5nj%Ui4A+eHqj*|q^^)8PM(R2|UB^B97R^Ka!XhbwxNk%wc zz*?BYCnVuC&!vsYkBKMBTibR%trBw;z2C7HF+!3yoPhBj{52Q>f)MUT}1%$waLuQXA}UpaeJy&XRp&u%*QYvza^H?sZIY>ltWXm*l4T z-@K6}&0{KUqH!2y-0`Jdm|KccMIu$Nkj&;0r8)KyUGE<9QMc?6bOl{aR$L;xRv@P9 zB0E+QGbe#BPF#>7-`LjdL_AjlEk5Z1i@}}-plm$x;L{VQtBO?b;xE_m{P#GXl?v3d z8p<}W0slFE5jtnWS|kZ8CE>DgRV((+L;x#9#}!JxOlupUu3ZYzCQz&0q#+eXwbP3P z4$ILZZ2S2b$m^iVmhrv^y-ZERUVNjbvbK@YLI|jd1big%Ap4Ot0_vqStH3p?8g09^|sF&t~8HCaVtl$RXp(qyDlh8@U)S^slrJ`6Y zRf%h;!-eh^CvG0}5OJ|p)OQl=J^R)?_71nfMWeV#{$Pbza$BoI;Z*g&BhO7=zM?B$ zj^@`aCiZlupj~ISh>bneE)yX)L^GBZ747xZVvC3z8O>D^9czslJ)0badIpUyE14AX ze|eab7|2HO!PulXe+`Fyb`fsin5k7aNSXWHo&S8(GUgGW~?LP0W zlfGl<`cLS^jZ<(B*(?_cQl;HxRjX2XTsE*kh|d$~ERqQ&`fku$Gw*f?&xpx}KRkBv z;uRmuJ~e^LH4IYAF8e++%l(K1#23#f8p9b5wQP7bov9EV$b Date: Mon, 20 Mar 2023 02:40:52 +0600 Subject: [PATCH 18/68] Add Breakdance / page-builder --- .../webextension/images/icons/Breakdance.svg | 5 +++++ src/technologies/b.json | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Breakdance.svg diff --git a/src/drivers/webextension/images/icons/Breakdance.svg b/src/drivers/webextension/images/icons/Breakdance.svg new file mode 100644 index 000000000..fcee74dc2 --- /dev/null +++ b/src/drivers/webextension/images/icons/Breakdance.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies/b.json b/src/technologies/b.json index a83d6bc7f..5eccda2d2 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -2024,6 +2024,25 @@ "requires": "WordPress", "website": "https://github.com/mtekk/Breadcrumb-NavXT" }, + "Breakdance": { + "cats": [ + 51 + ], + "description": "Breakdance is a page builder that features a drag-and-drop interface for users to create pages using full site editing functionality.", + "icon": "Breakdance.svg", + "js": { + "BreakdanceSwiper": "", + "BreakdanceHeaderBuilder": "", + "BreakdanceFrontend": "" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://breakdance.com" + }, "Breinify": { "cats": [ 76 From baec93f1bd732887cf2ca2b5bb600c25039203c8 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 02:55:02 +0600 Subject: [PATCH 19/68] Add E-monsite / cms --- .../webextension/images/icons/E-monsite.svg | 4 ++++ src/technologies/e.json | 21 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 src/drivers/webextension/images/icons/E-monsite.svg diff --git a/src/drivers/webextension/images/icons/E-monsite.svg b/src/drivers/webextension/images/icons/E-monsite.svg new file mode 100644 index 000000000..0121e800f --- /dev/null +++ b/src/drivers/webextension/images/icons/E-monsite.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/e.json b/src/technologies/e.json index ab9e3d727..202dd0535 100644 --- a/src/technologies/e.json +++ b/src/technologies/e.json @@ -902,6 +902,27 @@ "scripts": "@overview\\s+Ember -[\\s\\S]+@version\\s+(.+)\\;version:\\1", "website": "http://emberjs.com" }, + "E-monsite": { + "cats": [ + 1 + ], + "description": "E-monsite is a web-based platform that allows users to create and customise their own websites using a range of templates and features, without requiring coding or technical skills.", + "icon": "E-monsite.svg", + "implies": [ + "Symfony", + "MySQL" + ], + "meta": { + "generator": "^e-monsite\\s\\(e-monsite\\.com\\)$" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://www.e-monsite.com" + }, "Emotion": { "cats": [ 12, From f6a4ecb82f45c2ed9771bb1ac00cb4b1f9d1542a Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 03:09:40 +0600 Subject: [PATCH 20/68] Add FlyingPress / performance, wp-plugin --- .../webextension/images/icons/FlyingPress.svg | 39 +++++++++++++++++++ src/technologies/f.json | 16 ++++++++ 2 files changed, 55 insertions(+) create mode 100644 src/drivers/webextension/images/icons/FlyingPress.svg diff --git a/src/drivers/webextension/images/icons/FlyingPress.svg b/src/drivers/webextension/images/icons/FlyingPress.svg new file mode 100644 index 000000000..edefb0767 --- /dev/null +++ b/src/drivers/webextension/images/icons/FlyingPress.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/f.json b/src/technologies/f.json index a8cb77332..99e68df43 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1147,6 +1147,22 @@ "scriptSrc": "/wp-content/plugins/flying-pages/.+\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", "website": "https://wordpress.org/plugins/flying-pages/" }, + "FlyingPress": { + "cats": [ + 87, + 92 + ], + "description": "FlyingPress is a WordPress plugin that helps to improve website performance by optimising various aspects of a WordPress site. The plugin offers a range of features, including caching, image optimisation, lazy loading, database optimisation, and more.", + "dom": "link[href*='/wp-content/plugins/flying-press/']", + "icon": "Flying Pages.svg", + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/flying-press/", + "pricing": [ + "low", + "recurring" + ], + "website": "https://flying-press.com" + }, "Flyspray": { "cats": [ 13 From d1919f6bdee77a3d7fe61c40000df70426287327 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 03:11:31 +0600 Subject: [PATCH 21/68] fix --- src/technologies/f.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index 99e68df43..230661fbb 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1154,7 +1154,7 @@ ], "description": "FlyingPress is a WordPress plugin that helps to improve website performance by optimising various aspects of a WordPress site. The plugin offers a range of features, including caching, image optimisation, lazy loading, database optimisation, and more.", "dom": "link[href*='/wp-content/plugins/flying-press/']", - "icon": "Flying Pages.svg", + "icon": "FlyingPress.svg", "requires": "WordPress", "scriptSrc": "/wp-content/plugins/flying-press/", "pricing": [ From f0a5f30c3a1e4c27d95207be793b04b52dcaed13 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 03:38:01 +0600 Subject: [PATCH 22/68] Add YunoHost / operating-systems --- src/drivers/webextension/images/icons/YunoHost.svg | 11 +++++++++++ src/technologies/y.json | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/drivers/webextension/images/icons/YunoHost.svg diff --git a/src/drivers/webextension/images/icons/YunoHost.svg b/src/drivers/webextension/images/icons/YunoHost.svg new file mode 100644 index 000000000..88ede44a3 --- /dev/null +++ b/src/drivers/webextension/images/icons/YunoHost.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/y.json b/src/technologies/y.json index 8a0de3973..135436a26 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -697,6 +697,18 @@ "scriptSrc": "\\.youtube\\.com/", "website": "http://www.youtube.com" }, + "YunoHost": { + "cats": [ + 28 + ], + "cpe": "cpe:2.3:o:yunohost:yunohost:*:*:*:*:*:*:*:*", + "description": "YunoHost is a server operating system that is free and open-source, allowing users to host their own web applications, email services, and other online tools. It is based on Debian GNU/Linux.", + "icon": "YunoHost.svg", + "implies": "Debian", + "scriptSrc": "/ynh_portal\\.js", + "oss": true, + "website": "https://yunohost.org" + }, "yellow.ai": { "cats": [ 52 From 107e4ad08705a534fdfd56288b6ea9859af4a506 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 03:57:35 +0600 Subject: [PATCH 23/68] Add Tapfiliate / affiliate-programs --- .../webextension/images/icons/Tapfiliate.svg | 3 +++ src/technologies/t.json | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Tapfiliate.svg diff --git a/src/drivers/webextension/images/icons/Tapfiliate.svg b/src/drivers/webextension/images/icons/Tapfiliate.svg new file mode 100644 index 000000000..039ef6574 --- /dev/null +++ b/src/drivers/webextension/images/icons/Tapfiliate.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index 468e1bcce..a757eee30 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -643,6 +643,23 @@ "scriptSrc": "cdn\\.tapcart\\.com/", "website": "https://tapcart.com" }, + "Tapfiliate": { + "cats": [ + 71 + ], + "description": "Tapfiliate is a cloud-based affiliate marketing software that helps businesses to create, track, and optimise their own affiliate marketing programs.", + "icon": "Tapfiliate.svg", + "js": { + "TapfiliateObject": "" + }, + "pricing": [ + "mid", + "recurring" + ], + "saas": true, + "scriptSrc": "\\.tapfiliate\\.com/", + "website": "https://tapfiliate.com" + }, "Target2Sell": { "cats": [ 76 From 6b85481c4e92aa24e0827d9429de961528afa8d8 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 04:27:53 +0600 Subject: [PATCH 24/68] Add Fathershops / ecommerce --- .../webextension/images/icons/Fathershops.png | Bin 0 -> 1048 bytes src/technologies/f.json | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Fathershops.png diff --git a/src/drivers/webextension/images/icons/Fathershops.png b/src/drivers/webextension/images/icons/Fathershops.png new file mode 100644 index 0000000000000000000000000000000000000000..4ccff94fa375747745f33b35829acb3d21e6588a GIT binary patch literal 1048 zcmV+z1n2vSP)Nj(fF!Gd_N;ru_(ByMv&sdMTLSpizu|E1(mpPQ)(9lLFl%>Ln?ITrVvmN zjHNynEfocm5ErJ=hBU9+^G$QpYuf50#C~ufGxy#(-+bpW6CLG<#>U3m2BKa?um8&U z%u@>G00ZTK&i3|a_eVzF-|6n2>}YR){v#ZY`U3$s<$was?;5s;Y!z32P*9+|H#j)E zy}cdZ-QWMv<#60>YHE7%>EOT|kH<*@eztdPUhU*9wlDNc#w*QeG%EA6vr4($F2+`i zMR`0kqZFCVip=+HNj49g6^`{O0+VblBmpIvB)v{YIyNAgNRYu`5GDzH*vs}nOTZ@k zb(|fBLLsWCNJT0|L{YNNL7SF;S7B2Xk2i)FK9b_ASGC(X^x zk=bmfz1>|ZwcDwlO=$wy{lvrsjgOCuaWEL9gS|aE zIXR)@<709$0RYNuZf;5^r8EJqf2ymiOOGMDt)zrXOH0YKvy-03I|vihkb!g(LUt{I zL9T*t=jRmRn2(N*rsw&LprWE8$`-HanhsW7U9Fs+o+?@d0s+P6^Ie)dJ3CYA>+5AY z;?t}YC}FwF%ge=Y#5c*MhjC?PrRV{egCQj9doqyD0aiei864x#+1lEoqoX6?6m7Vt zr-$0w+C(|l*4EOFCNJ_rfMpfVu-ooHsW&%PuQV01g1`9yI?nq9^KQ%QaoP_JK52FVAxwax+AM3m};+Pa4G{{DVyZEdB2fdR5uEMiXU96)$vAfME6$m5GxNvCo9sH}XP2+uK0^mk=lbLI^|V?g5+;c_Xm2v_xxbYkzh0FQ7+c zgO?=try`&B1di3jMfIuG^flWfHWS?}&>r8iy~!j1*x5?xW)Wfws)L{5M}-1N SEy8L50000 Date: Mon, 20 Mar 2023 04:34:14 +0600 Subject: [PATCH 25/68] fix --- .../icons/{Fathershops.png => FatherShops.png} | Bin src/technologies/f.json | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/drivers/webextension/images/icons/{Fathershops.png => FatherShops.png} (100%) diff --git a/src/drivers/webextension/images/icons/Fathershops.png b/src/drivers/webextension/images/icons/FatherShops.png similarity index 100% rename from src/drivers/webextension/images/icons/Fathershops.png rename to src/drivers/webextension/images/icons/FatherShops.png diff --git a/src/technologies/f.json b/src/technologies/f.json index a57f24375..7255352b8 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -415,12 +415,12 @@ "implies": "PHP", "website": "http://fatfreeframework.com" }, - "Fathershops": { + "FatherShops": { "cats": [ 6 ], - "description": "Fathershops is an ecommerce platform.", - "icon": "Fathershops.png", + "description": "FatherShops is an ecommerce platform.", + "icon": "FatherShops.png", "excludes": "OpenCart", "pricing": [ "poa" From af0b941943fa55e5dee40c193b0af34b566e0de6 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 04:48:55 +0600 Subject: [PATCH 26/68] Add Alibaba Cloud Object Storage Service / iaas --- src/technologies/a.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/technologies/a.json b/src/technologies/a.json index c92ab0b54..f86bf455a 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2304,6 +2304,23 @@ "scriptSrc": "cf\\.aliyun\\.com/", "website": "https://help.aliyun.com/document_detail/193141.html" }, + "Alibaba Cloud Object Storage Service": { + "cats": [ + 63 + ], + "description": "Alibaba Cloud Object Storage Service (OSS) is a cloud-based object storage service provided by Alibaba Cloud, which allows users to store and access large amounts of data in the cloud.", + "icon": "Alibaba Cloud.svg", + "headers": { + "x-oss-object-type": "", + "x-oss-storage-class": "", + "x-oss-request-id": "" + }, + "pricing": [ + "freemium", + "payg" + ], + "website": "https://www.alibabacloud.com/product/object-storage-service" + }, "All in One SEO Pack": { "cats": [ 54, From 993302f486d9fd69ff297d088dbd70ce997f599c Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 05:28:44 +0600 Subject: [PATCH 27/68] Add Netdeal / marketing-automation --- .../webextension/images/icons/Netdeal.svg | 4 ++++ src/technologies/n.json | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Netdeal.svg diff --git a/src/drivers/webextension/images/icons/Netdeal.svg b/src/drivers/webextension/images/icons/Netdeal.svg new file mode 100644 index 000000000..2fa59b83b --- /dev/null +++ b/src/drivers/webextension/images/icons/Netdeal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/n.json b/src/technologies/n.json index 3a9609e57..e398fea81 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -402,6 +402,23 @@ "scriptSrc": "\\.netcoresmartech\\.com/", "website": "https://netcorecloud.com" }, + "Netdeal": { + "cats": [ + 32 + ], + "description": "Netdeal is a marketing automation platform.", + "icon": "Netdeal.svg", + "js": { + "netdealStartSession": "", + "NetdealBuildNumber": "", + "NetdealJs.paywall": "" + }, + "pricing": [ + "poa" + ], + "saas": true, + "website": "https://www.netdeal.com.br" + }, "Netlify": { "cats": [ 62, From 9f3ef2a61f3915494fe1153e38c8c1c7a0c52ddc Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 05:55:41 +0600 Subject: [PATCH 28/68] Add Combodo iTop / issue-trackers, miscellaneous --- .../images/icons/Combodo iTop.svg | 20 ++++++++++++++++++ src/technologies/c.json | 21 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Combodo iTop.svg diff --git a/src/drivers/webextension/images/icons/Combodo iTop.svg b/src/drivers/webextension/images/icons/Combodo iTop.svg new file mode 100644 index 000000000..f9c402371 --- /dev/null +++ b/src/drivers/webextension/images/icons/Combodo iTop.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index 61da5f990..2d252aac5 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2638,6 +2638,27 @@ "saas": true, "website": "https://www.combeenation.com" }, + "Combodo iTop": { + "cats": [ + 13, + 19 + ], + "description": "Combodo iTop is an open-source IT service management (ITSM) and IT operations management (ITOM) platform developed by Combodo, a software company based in France.", + "dom": { + "a[href*='combodo.com/itop'] > img": { + "attributes": { + "title": "iTop\\sVersion\\s([\\d\\.]+)\\;version:\\1" + } + } + }, + "icon": "Combodo iTop.svg", + "saas": true, + "oss": true, + "pricing": [ + "poa" + ], + "website": "https://www.combodo.com/itop-193" + }, "Comeet": { "cats": [ 5, From a71d773755249a95f597f5bed82073f22574319f Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 22 Mar 2023 15:36:09 +0600 Subject: [PATCH 29/68] Add LandingPress / wp-theme --- .../webextension/images/icons/LandingPress.png | Bin 0 -> 1164 bytes src/technologies/l.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/drivers/webextension/images/icons/LandingPress.png diff --git a/src/drivers/webextension/images/icons/LandingPress.png b/src/drivers/webextension/images/icons/LandingPress.png new file mode 100644 index 0000000000000000000000000000000000000000..cd91a62c111283773afdfd41f73e478108b989fd GIT binary patch literal 1164 zcmV;71atd|P)9D;r_gt&TrrAwEZ$S@4Y+cp7Y&v&OPS> z#6XXG{ux*$uqc79??#^rlJoz=Dq&Fqn-2{4NXbu1WbLp@aO(Zhy??ZQ4&Zl?vYSxm z00_Geoa&~4VJ-Ot25EC_(J$LAAo9DAJBEKV?$~lQtm+$4K5vj$@ zkY0^|gz8ld)T*TVW;sUuxIp@;sn!2ya_=jdMeJ9HVB^6P9bOO&OOzc{V*ye)G;F?5= znAjVeKwKb^Z1ZltHZ!nw!?l5}>r;NNPhj$j34_sNbArsS;C+{fMG~Oc{l>3zL31paiutR7>iaD1IaB9g$; zP{UoMYA5o?z#d8~fz}uWzF#WpEJd|CWwXlVqFkoBV00cFc~?E2u3WFe;6Dl%?nV+Y zuBuo)_34YZHw=wzRwuhcn8TR6JFQ>0_5b|H%{9+{APDvq>OomX6CXb2x@ScU@gk&SWHZ9+>nr={ief}wiXRR33aWibs;FF?jg|X znXY}3*#@OfzFA=^q%KUlW5`Jkvwu};u6qp2k7A+3T7yvXDDJdCQ+o-m0ETYVr^*5E zy{r8@?ne^PN>nQ~yQ(^1MxzV|l)Xz`Y?$7;PI3XZLU71)=Uz(8@0uFu8-p4sC(vw- zAe1*Eq;O6@$=(6N`mXzban5d?sT`6zB))1+f3EXqUz+^9?+DaEMGmNo53DO1Cs?TI zRJi02U+{*hs+x=}q{Ra@HzLsaw<*XTnf~(ia}a^5Dze=@8Z$8~aU6~f4hmh4m$E8$ z)$jT7N;1e~{#H?KGm+DtK;7qrd?HBiIqB}c4h Date: Wed, 22 Mar 2023 15:58:41 +0600 Subject: [PATCH 30/68] Add OTYS / recruitment-staffing --- src/drivers/webextension/images/icons/OTYS.svg | 5 +++++ src/technologies/o.json | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/OTYS.svg diff --git a/src/drivers/webextension/images/icons/OTYS.svg b/src/drivers/webextension/images/icons/OTYS.svg new file mode 100644 index 000000000..75f5cdc02 --- /dev/null +++ b/src/drivers/webextension/images/icons/OTYS.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies/o.json b/src/technologies/o.json index cccd1b0ae..a524ba71a 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -1906,6 +1906,21 @@ "scriptSrc": "^/otrs-web/js/", "website": "https://www.otrs.com" }, + "OTYS": { + "cats": [ + 101 + ], + "description": "OTYS is a Dutch company that specialises in providing recruitment and staffing agencies with software solutions to manage their workflows, including applicant tracking systems, job board integrations, and candidate sourcing tools.", + "icon": "OTYS.svg", + "js": { + "OTYS.siteId": "", + "otysSelect": "" + }, + "pricing": [ + "poa" + ], + "website": "https://www.otys.nl" + }, "ownCloud": { "cats": [ 19 From 2aae4f0e7504d12a39812f64326a430c840ab0b5 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 22 Mar 2023 16:34:29 +0600 Subject: [PATCH 31/68] Add Easy Orders / ecommerce --- .../webextension/images/icons/Easy Orders.png | Bin 0 -> 1000 bytes src/technologies/e.json | 20 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Easy Orders.png diff --git a/src/drivers/webextension/images/icons/Easy Orders.png b/src/drivers/webextension/images/icons/Easy Orders.png new file mode 100644 index 0000000000000000000000000000000000000000..e144f1780697ecb576a575eef02d000c0a1a24a5 GIT binary patch literal 1000 zcmV>P)|1diAR+A_#)up$HxXClU4F!H0Af7KKlnk4f|2H+$@#Ow5eJ1vl$-~T` zg00S37S0O#023XNo4aM&cLZdIB6{X|#>8gK>7lty*0Zq6g3?Gt6jR3!l+k;ed88+QN z(N3C{;NSE+ru4)94Y@uefZ6v>9s+4En?uL5su+(36TA^?a!zGa^&BAG5y{{sTUgs@ zTML4kf&m`qV&a-KqLZv$N{0rRB@y7#DLQF#+YlC@!9ktPH9dB3x}7;sk4SPTU%m;&TtBH=-OwZ-e?tQisn0 zp$&9bse`5$@3-ZOMATb)78v1}IxR&y=N$~b8)y@pt^(#)b5Hj*>9D;@hwrivxGt3K za=8p)Md+XI#25eAbhNBS2fhoKg|T#AXCE39fUdVmHK>m)xe$@Oo)eX_-APb^KF*|xm!4OBj% z!P&Y1F;_{pQnK7Olxzo2^6bK@p^aU;?D5!Qu)9TOdsLQ1mz+CY=%ou=zO84ahY{DO zq*sd%(W1G&@qCnVPAQEfeBuQ%*zKmC?we94Zp35G^PlUwy`_iM^6q#uhUK3JvR&f6 zJ(43W2#{36bX|a$MnZu!WAIn~>FVVnk-|yegszmY22~wZ05A`$OOZV5n5d zPzcFbGhravw%1QWna6zmCrJ`!>H;w9$ln8#B1SWMcg0Z?Ali*c1p!p^pVo9u01BG` zQxiLc>8J%DE;u8V@C%|I87RmyxH8<{RrXO6Sn-=4 Date: Wed, 22 Mar 2023 16:56:50 +0600 Subject: [PATCH 32/68] Add DigitalOcean Spaces / iaas, cdn --- .../webextension/images/icons/DigitalOcean.svg | 4 ++++ src/technologies/d.json | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/DigitalOcean.svg diff --git a/src/drivers/webextension/images/icons/DigitalOcean.svg b/src/drivers/webextension/images/icons/DigitalOcean.svg new file mode 100644 index 000000000..8c0935051 --- /dev/null +++ b/src/drivers/webextension/images/icons/DigitalOcean.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/d.json b/src/technologies/d.json index 0b04458b6..41bfe1017 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -804,6 +804,20 @@ "saas": true, "website": "https://digitalshowroom.in" }, + "DigitalOcean Spaces": { + "cats": [ + 31, + 63 + ], + "description": "DigitalOcean Spaces is a cloud-based object storage service provided by DigitalOcean, a cloud infrastructure provider. It allows users to store and retrieve large amounts of data, such as images, videos, audio files, backups, and logs, using a simple RESTful API or a web-based graphical user interface (GUI).", + "icon": "DigitalOcean.svg", + "dom":"img[data-src*='.digitaloceanspaces.com'], img[src*='.digitaloceanspaces.com']", + "pricing": [ + "payg", + "recurring" + ], + "website": "https://www.digitalocean.com/products/spaces" + }, "DigitalRiver": { "cats": [ 6, From 082a30d7d86ed8c3815cb3ba0528277959acbed6 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 22 Mar 2023 17:17:37 +0600 Subject: [PATCH 33/68] Add Waitlist / widget --- .../webextension/images/icons/Waitlist.svg | 3 +++ src/technologies/w.json | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Waitlist.svg diff --git a/src/drivers/webextension/images/icons/Waitlist.svg b/src/drivers/webextension/images/icons/Waitlist.svg new file mode 100644 index 000000000..084e44ca8 --- /dev/null +++ b/src/drivers/webextension/images/icons/Waitlist.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/w.json b/src/technologies/w.json index 4ce59276c..44f262f31 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -483,6 +483,24 @@ "scriptSrc": "getwair\\.com", "website": "https://getwair.com" }, + "Waitlist": { + "cats": [ + 5 + ], + "description": "Waitlist is a web-based tool that helps businesses to create a waitlist for their product or service.", + "icon": "Waitlist.svg", + "js": { + "gw_backend_url": "//api\\.getwaitlist\\.com/", + "gw_waitlist_name": "" + }, + "pricing": [ + "freemium", + "recurring", + "low" + ], + "saas": true, + "website": "https://www.getwaitlist.com" + }, "Wakav Performance Monitoring": { "cats": [ 78 From 87d4a8d0285d1f069cea62e772cfe8a017dc91f0 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 22 Mar 2023 17:41:21 +0600 Subject: [PATCH 34/68] Add PowerSchool / lms --- .../webextension/images/icons/PowerSchool.svg | 3 +++ src/technologies/p.json | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 src/drivers/webextension/images/icons/PowerSchool.svg diff --git a/src/drivers/webextension/images/icons/PowerSchool.svg b/src/drivers/webextension/images/icons/PowerSchool.svg new file mode 100644 index 000000000..4ec16bb88 --- /dev/null +++ b/src/drivers/webextension/images/icons/PowerSchool.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index 366840384..9d61dd20d 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2367,6 +2367,25 @@ "scriptSrc": "ui\\.powerreviews\\.com", "website": "https://www.powerreviews.com/" }, + "PowerSchool": { + "cats": [ + 21 + ], + "description": "PowerSchool is a widely used student information system (SIS) used by K-12 schools, districts, and other educational institutions to manage student data and information. The software is developed and marketed by PowerSchool Group LLC, which is based in California, USA.", + "icon": "PowerSchool.svg", + "headers": { + "content-security-policy": "\\.powerschool\\.com" + }, + "meta": { + "application-name": "^PowerSchool$" + }, + "saas": true, + "pricing": [ + "poa", + "recurring" + ], + "website": "https://www.powerschool.com" + }, "Powerboutique": { "cats": [ 6 From 59aba115b133ef1a3631546d82802ed3e4cec843 Mon Sep 17 00:00:00 2001 From: Vytenis Sidabras Date: Wed, 29 Mar 2023 10:07:02 +0300 Subject: [PATCH 35/68] Replace zyro with Hostinger website builder --- src/drivers/webextension/images/icons/Zyro.svg | 3 --- src/technologies/h.json | 18 ++++++++++++++++++ src/technologies/z.json | 18 ------------------ 3 files changed, 18 insertions(+), 21 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/Zyro.svg diff --git a/src/drivers/webextension/images/icons/Zyro.svg b/src/drivers/webextension/images/icons/Zyro.svg deleted file mode 100644 index 410994ffb..000000000 --- a/src/drivers/webextension/images/icons/Zyro.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/technologies/h.json b/src/technologies/h.json index 6fe626f15..b87698b02 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1100,6 +1100,24 @@ ], "website": "https://www.hostinger.com" }, + "Hostinger Website Builder": { + "cats": [ + 51 + ], + "description": "Hostinger website builder is easy to use website builder that allows you to create a website in minutes.", + "icon": "Hostinger.svg", + "implies": "Vue.js", + "meta": { + "generator": "Hostinger Website Builder" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "scriptSrc": "userapp\\.zyrosite\\.com/", + "website": "https://www.hostinger.com" + }, "Hostiq": { "cats": [ 88 diff --git a/src/technologies/z.json b/src/technologies/z.json index e9fb66473..f3ea56636 100644 --- a/src/technologies/z.json +++ b/src/technologies/z.json @@ -712,23 +712,5 @@ ], "saas": true, "website": "https://www.zuppler.com" - }, - "Zyro": { - "cats": [ - 51 - ], - "description": "Zyro is a website builder service by the Hostinger group.", - "icon": "Zyro.svg", - "implies": "Vue.js", - "meta": { - "generator": "^Zyro\\.com Website Builder$" - }, - "pricing": [ - "low", - "recurring" - ], - "saas": true, - "scriptSrc": "userapp\\.zyrosite\\.com/", - "website": "https://zyro.com" } } From c7fc49e465b49d10ca59e6d31dae593ac0c1c78e Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sun, 2 Apr 2023 07:24:14 +0530 Subject: [PATCH 36/68] Retype Trace Added --- src/drivers/webextension/images/icons/retype.svg | 2 ++ src/technologies/r.json | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/drivers/webextension/images/icons/retype.svg diff --git a/src/drivers/webextension/images/icons/retype.svg b/src/drivers/webextension/images/icons/retype.svg new file mode 100644 index 000000000..1fdc3fc53 --- /dev/null +++ b/src/drivers/webextension/images/icons/retype.svg @@ -0,0 +1,2 @@ + + diff --git a/src/technologies/r.json b/src/technologies/r.json index 0d6c87bdf..60d5e2e04 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1595,6 +1595,19 @@ "saas": true, "website": "https://returnly.com" }, + "Retype": { + "cats": [ + 57 + ], + "description": "Retype is an ultra-high-performance generator that builds a website based on simple text files. Focus on your writing while Retype builds the rest.", + "dom": "link[href*='/resources/css/retype\\.css']", + "icon": "retype.svg", + "meta": { + "generator": "Retype" + }, + "scriptSrc": "/resources/js/retype\\.js(?:\\?v=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://retype.com" + }, "RevJet": { "cats": [ 36 From 255da27530c5c28a5c295eaca0a97fd866d4f16c Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sun, 2 Apr 2023 08:04:38 +0530 Subject: [PATCH 37/68] Captivate Trace Added --- .../webextension/images/icons/captivate.png | Bin 0 -> 1451 bytes src/technologies/c.json | 11 ++++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/captivate.png diff --git a/src/drivers/webextension/images/icons/captivate.png b/src/drivers/webextension/images/icons/captivate.png new file mode 100644 index 0000000000000000000000000000000000000000..c268d1a479cb379f4ea7a604d684509ea3b4ab4b GIT binary patch literal 1451 zcmbu8c~DbV6o*eXNeB=_0NK|-M<9sOLC}^O)?vp010hfgVU>g>VUbF0s{&KoLO>SR zNdci)x+t4;5Nfq7E=4g^Ldq0bEQ7=fxTElTA9M!C=}iCVx%2M*-nsWI_c!lhO6)Fd z4Dj{$1p)zpfCgZb#IO9ly!M3gLVf*%d{#GzGLcX$B|8I%Gjb$6KTpeOevBo&X7NI4 z7B?&`=rz|H`1B5*9YDdsbG@(vJ0LMU0EvtfHH+)kL&?7P68~KVA#t#3|p=T zASnSZRj$WpRw6n7LVnr0k9`_|aR{KJXWf_30B`|mZ1_i3yd-|L4hhY~y*p?Zv1?04`23W-c6lPGASP$(NTw5S@$ z7<4*Ki^U5(rGd zegPx=LnjgNs{a^u1Bt9bLtC7UKp>-nBocYGD7tB_^EuIc^BQ`EMq)LLkdumSPHaxuSoge<7ph%q;HqQ;{u=z>8 zbhi6kpQ^0;^ZWXZ?1|m9mi<vrxA0NFn7oec^z0Zru4sL6A7>cqUiqYM-<%oW-J=gx;j&Ewu z{k)^ByK1)5E_Nc5c6leq$zgcxz;(^g1=N=&>$JO3aqC;;4pCHW(LkPy#|+7-!D?E) zv#O&_TQRS{FdXP!rQw=06IT=RCnZ_4=ex9~R^#@U*_`N97#~+w-)v`pIws?i&HDPP zTW*`#xgS;wI-`qYOP+VTcDgkMw_K~3`Yf%t!FFokZG*N_>h$47UiH5EC)!6N_+7z4Y|71nw!iUr#JvRyVS)y^5l!;Re7s|km62D+OH21ELfjGoltF5Ivs zyQw7ePz?1=5Z(5cP5d+t}?qihmHOX6571j literal 0 HcmV?d00001 diff --git a/src/technologies/c.json b/src/technologies/c.json index d291238fa..3e8c7efff 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -553,6 +553,15 @@ "scriptSrc": "^https?://api\\.captchme\\.net/", "website": "http://captchme.com" }, + "Captivate": { + "cats": [ + 5 + ], + "description": "Host unlimited podcasts with the world's only growth-oriented podcast host. Start your podcast within minutes, try for free now and launch today.", + "dom": "iframe[src*='//player\\.captivate\\.fm/episode']", + "icon": "captivate.png", + "website": "https://www.captivate.fm" + }, "Carbon Ads": { "cats": [ 36 @@ -4306,4 +4315,4 @@ "scriptSrc": "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1", "website": "https://github.com/brix/crypto-js" } -} +} \ No newline at end of file From a104813fdd409587b1fce449fdd224007ca55be0 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Tue, 4 Apr 2023 06:58:57 +0530 Subject: [PATCH 38/68] Trace Updated --- src/technologies/r.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/technologies/r.json b/src/technologies/r.json index 60d5e2e04..f19c9a160 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1599,13 +1599,19 @@ "cats": [ 57 ], - "description": "Retype is an ultra-high-performance generator that builds a website based on simple text files. Focus on your writing while Retype builds the rest.", - "dom": "link[href*='/resources/css/retype\\.css']", + "description": "Retype is an open-source static site generator built with Node.js that allows users to create and manage websites with ease using Markdown as the primary content format.", "icon": "retype.svg", "meta": { - "generator": "Retype" + "generator": "Retype\\s([\\d\\.]+)?\\;version:\\1" }, - "scriptSrc": "/resources/js/retype\\.js(?:\\?v=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "pricing": [ + "freemium", + "low", + "recurring", + "onetime" + ], + "oss": true, + "implies": "Node.js", "website": "https://retype.com" }, "RevJet": { From d8cd14d17db12961cca40eeb8598b1def31f17c4 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Tue, 4 Apr 2023 07:02:51 +0530 Subject: [PATCH 39/68] trace improved --- .../webextension/images/icons/Captivate.fm.svg | 12 ++++++++++++ .../webextension/images/icons/captivate.png | Bin 1451 -> 0 bytes src/technologies/c.json | 14 +++++++++++--- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Captivate.fm.svg delete mode 100644 src/drivers/webextension/images/icons/captivate.png diff --git a/src/drivers/webextension/images/icons/Captivate.fm.svg b/src/drivers/webextension/images/icons/Captivate.fm.svg new file mode 100644 index 000000000..4204296fc --- /dev/null +++ b/src/drivers/webextension/images/icons/Captivate.fm.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/drivers/webextension/images/icons/captivate.png b/src/drivers/webextension/images/icons/captivate.png deleted file mode 100644 index c268d1a479cb379f4ea7a604d684509ea3b4ab4b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1451 zcmbu8c~DbV6o*eXNeB=_0NK|-M<9sOLC}^O)?vp010hfgVU>g>VUbF0s{&KoLO>SR zNdci)x+t4;5Nfq7E=4g^Ldq0bEQ7=fxTElTA9M!C=}iCVx%2M*-nsWI_c!lhO6)Fd z4Dj{$1p)zpfCgZb#IO9ly!M3gLVf*%d{#GzGLcX$B|8I%Gjb$6KTpeOevBo&X7NI4 z7B?&`=rz|H`1B5*9YDdsbG@(vJ0LMU0EvtfHH+)kL&?7P68~KVA#t#3|p=T zASnSZRj$WpRw6n7LVnr0k9`_|aR{KJXWf_30B`|mZ1_i3yd-|L4hhY~y*p?Zv1?04`23W-c6lPGASP$(NTw5S@$ z7<4*Ki^U5(rGd zegPx=LnjgNs{a^u1Bt9bLtC7UKp>-nBocYGD7tB_^EuIc^BQ`EMq)LLkdumSPHaxuSoge<7ph%q;HqQ;{u=z>8 zbhi6kpQ^0;^ZWXZ?1|m9mi<vrxA0NFn7oec^z0Zru4sL6A7>cqUiqYM-<%oW-J=gx;j&Ewu z{k)^ByK1)5E_Nc5c6leq$zgcxz;(^g1=N=&>$JO3aqC;;4pCHW(LkPy#|+7-!D?E) zv#O&_TQRS{FdXP!rQw=06IT=RCnZ_4=ex9~R^#@U*_`N97#~+w-)v`pIws?i&HDPP zTW*`#xgS;wI-`qYOP+VTcDgkMw_K~3`Yf%t!FFokZG*N_>h$47UiH5EC)!6N_+7z4Y|71nw!iUr#JvRyVS)y^5l!;Re7s|km62D+OH21ELfjGoltF5Ivs zyQw7ePz?1=5Z(5cP5d+t}?qihmHOX6571j diff --git a/src/technologies/c.json b/src/technologies/c.json index 3e8c7efff..6a6de0df7 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -557,9 +557,17 @@ "cats": [ 5 ], - "description": "Host unlimited podcasts with the world's only growth-oriented podcast host. Start your podcast within minutes, try for free now and launch today.", - "dom": "iframe[src*='//player\\.captivate\\.fm/episode']", - "icon": "captivate.png", + "description": "Captivate.fm is a podcast hosting and analytics platform that provides tools for creating, hosting, and distributing podcasts.", + "dom": "iframe[src*='player.captivate.fm/']", + "js": { + "CAPTIVATE_PLAYER_APP_URL": "" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "icon": "Captivate.fm.svg", "website": "https://www.captivate.fm" }, "Carbon Ads": { From 6a6556ae70786a33c69d877d88957fed965e6405 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Tue, 4 Apr 2023 07:03:46 +0530 Subject: [PATCH 40/68] trace improved --- src/technologies/c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 6a6de0df7..562f2e9c3 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -553,7 +553,7 @@ "scriptSrc": "^https?://api\\.captchme\\.net/", "website": "http://captchme.com" }, - "Captivate": { + "Captivate.fm": { "cats": [ 5 ], From 4ffc9e32fe383090cb16bda007b8f0aec9a664ce Mon Sep 17 00:00:00 2001 From: Vytenis Sidabras <69628507+VytenisSidabras@users.noreply.github.com> Date: Tue, 4 Apr 2023 10:28:22 +0300 Subject: [PATCH 41/68] Update Hostinger website builder description Updating Hostinger website builder description. --- src/technologies/h.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index b87698b02..98a65fff1 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1104,7 +1104,7 @@ "cats": [ 51 ], - "description": "Hostinger website builder is easy to use website builder that allows you to create a website in minutes.", + "description": "Hostinger Website Builder is a web-based platform that allows users to create and design websites without needing to write code or have extensive technical knowledge.", "icon": "Hostinger.svg", "implies": "Vue.js", "meta": { @@ -1726,4 +1726,4 @@ "scriptSrc": "merchant\\.cdn\\.hoolah\\.co/", "website": "https://www.hoolah.co" } -} \ No newline at end of file +} From 426d3777d8bbcc06e93c047cd9c791a409cf8f7f Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 4 Apr 2023 23:55:35 +0600 Subject: [PATCH 42/68] Add Huddle / lms --- .../webextension/images/icons/Huddle.svg | 3 +++ src/technologies/h.json | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Huddle.svg diff --git a/src/drivers/webextension/images/icons/Huddle.svg b/src/drivers/webextension/images/icons/Huddle.svg new file mode 100644 index 000000000..1fd904098 --- /dev/null +++ b/src/drivers/webextension/images/icons/Huddle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/h.json b/src/technologies/h.json index abb5b609f..539d41f4f 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1343,6 +1343,24 @@ "requires": "WordPress", "website": "https://wordpress.org/plugins/leadin/" }, + "Huddle": { + "cats": [ + 21 + ], + "description": "Huddle is a digital product agency based in Amsterdam, Netherlands, specialising in developing and designing custom software solutions for startups and enterprises, including e-learning products, community platforms, and mobile applications.", + "icon": "Huddle.svg", + "dom": "link[href*='.thehuddle.nl/']", + "js": { + "HuddleUser": "", + "HuddleEvent": "" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "website": "https://www.thehuddle.nl" + }, "Huberway": { "cats": [ 1 From a912e64f7b10795e311cffb28ab1c1d540cd984f Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 5 Apr 2023 00:08:23 +0600 Subject: [PATCH 43/68] Update Sylius / ecommerce --- src/technologies/s.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 37e7fc3c6..073629648 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -6760,7 +6760,7 @@ "cats": [ 6 ], - "description": "Sylius is an open source ecommerce framework based on Symfony full stack.", + "description": "Sylius is an open-source ecommerce framework based on Symfony full stack.", "dom": { "body.sylius_homepage": { "attributes": { @@ -6771,6 +6771,11 @@ "attributes": { "id": "" } + }, + "img[src*='sylius_shop_product_tiny_thumbnail']": { + "attributes": { + "src": "/sylius_shop_product_tiny_thumbnail/" + } } }, "icon": "Sylius.svg", From 2013c258cbff86cc195a73e83433db4a25ecd7fa Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 5 Apr 2023 01:01:33 +0600 Subject: [PATCH 44/68] Add Funnelish / page-builder --- .../webextension/images/icons/Funnelish.svg | 6 ++++++ src/technologies/f.json | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Funnelish.svg diff --git a/src/drivers/webextension/images/icons/Funnelish.svg b/src/drivers/webextension/images/icons/Funnelish.svg new file mode 100644 index 000000000..664024584 --- /dev/null +++ b/src/drivers/webextension/images/icons/Funnelish.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/technologies/f.json b/src/technologies/f.json index a8cb77332..d910e4fec 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -2161,6 +2161,22 @@ "scriptSrc": "\\.funnelcockpit\\.com/", "website": "https://funnelcockpit.com" }, + "Funnelish": { + "cats": [ + 51 + ], + "description": "Funnelish is a software tool that helps businesses create and optimise sales funnels for their websites to increase their conversion rates and revenue.", + "icon": "Funnelish.svg", + "js": { + "funnelish": "" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "website": "https://funnelish.com" + }, "Funraise": { "cats": [ 111 From be91fe647ca72e712f04fba992fb99414e93c773 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 5 Apr 2023 01:05:55 +0600 Subject: [PATCH 45/68] update --- src/technologies/f.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index d910e4fec..bfd0bece9 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -2165,7 +2165,7 @@ "cats": [ 51 ], - "description": "Funnelish is a software tool that helps businesses create and optimise sales funnels for their websites to increase their conversion rates and revenue.", + "description": "Funnelish is a software tool that helps businesses create and optimise sales funnels for their websites to increase their conversion rates and revenue. Funnelish page builder is a funnel builder focused on building ecommerce funnels.", "icon": "Funnelish.svg", "js": { "funnelish": "" From bc759651ab778ac9edc0d470f559376046f3572d Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 5 Apr 2023 01:23:51 +0600 Subject: [PATCH 46/68] Add Ycode / page-builder --- src/drivers/webextension/images/icons/Ycode.svg | 3 +++ src/technologies/y.json | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Ycode.svg diff --git a/src/drivers/webextension/images/icons/Ycode.svg b/src/drivers/webextension/images/icons/Ycode.svg new file mode 100644 index 000000000..e045b980c --- /dev/null +++ b/src/drivers/webextension/images/icons/Ycode.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/y.json b/src/technologies/y.json index 8a0de3973..78740f262 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -279,6 +279,21 @@ "oss": true, "website": "https://github.com/erlyaws/yaws" }, + "Ycode": { + "cats": [ + 51 + ], + "description": "Ycode is a no-code development platform that allows users to create web and mobile applications without any coding skills.", + "icon": "Ycode.svg", + "dom": "link[href*='.ycodeapp.com/']", + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://www.ycode.com" + }, "Yektanet": { "cats": [ 36 From 78642fe2c5d8a5880dd2a4e344f58d3278d92db9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 6 Apr 2023 00:56:00 +0600 Subject: [PATCH 47/68] Update Klevu / search-engines --- src/technologies/k.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/k.json b/src/technologies/k.json index 4e7e829b4..170fc32bd 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -768,7 +768,8 @@ "js": { "klevu_apiKey": "", "klevu_layout": "", - "klevu_sessionId": "" + "klevu_sessionId": "", + "klevu.version": "([\\d\\.]+)\\;version:\\1" }, "pricing": [ "mid", From 509334663a6b258cad7612ed33abf7cec3e8a59b Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 6 Apr 2023 01:18:35 +0600 Subject: [PATCH 48/68] Add Motherhost / hosting --- .../webextension/images/icons/Motherhost.svg | 4 ++++ src/technologies/m.json | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Motherhost.svg diff --git a/src/drivers/webextension/images/icons/Motherhost.svg b/src/drivers/webextension/images/icons/Motherhost.svg new file mode 100644 index 000000000..44f306ced --- /dev/null +++ b/src/drivers/webextension/images/icons/Motherhost.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/m.json b/src/technologies/m.json index aa6f96aec..e3fe2a1f1 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -2628,6 +2628,20 @@ "scriptSrc": "\\.moshimo\\.com/af/", "website": "https://af.moshimo.com" }, + "Motherhost": { + "cats": [ + 88 + ], + "description": "Motherhost is a web hosting company based in India that offers a range of hosting services, including shared hosting, VPS hosting, dedicated servers, and cloud hosting.", + "icon": "Motherhost.svg", + "headers": { + "platform": "^motherhost$" + }, + "pricing": [ + "recurring" + ], + "website": "https://www.motherhost.com" + }, "MotoCMS": { "cats": [ 1 From d6db3252ec5f1a4d62c797f7bab91dd989f04c36 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 6 Apr 2023 01:36:37 +0600 Subject: [PATCH 49/68] Add UpSolution Zephyr / wp-theme --- .../webextension/images/icons/UpSolution.png | Bin 0 -> 1481 bytes src/technologies/u.json | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/drivers/webextension/images/icons/UpSolution.png diff --git a/src/drivers/webextension/images/icons/UpSolution.png b/src/drivers/webextension/images/icons/UpSolution.png new file mode 100644 index 0000000000000000000000000000000000000000..45e60e23d0211e7d48670d9e914f071f60d3e5ab GIT binary patch literal 1481 zcmV;)1vdJLP)56eg)KDk+{KH|a7%i#3W5Vn!2uPh#~@G*ItTzY;25;TM%tI5mZr~8{|ZudXr;d3 z%(~fp|G@1_t*3%T0qi<`dbK{dWb+ z&yFy2=4MKRk`Zt}$SF^@;hr{kRE*>F$A4pBK!N#jAKA)1Q3C+$+!r|wg78&3anKrGiEq0-53FP zXae038Z|C5DjbJr2+$Gd$l`n3uAI+Q0f=>tZ}X&`7In6v$x1um-z(tlBL*T6bcjI1 zBAc3>GpyJ!(=!I{$Rys9nHC{12I)*-)$kx`E{#qdF?b#tzOp_@iXJuNWo4-Xs6m#n z6)RAmUytaR@uxQLuvCRm|Okw2*E?Owv!~?lh#D?gMbpDzXC<*?0)Ylu$JRRPE!w%AMa4h!4&K zt3m=&wh2%gP^ucBcsV8ISI_U;CwcGo7YbmzM=?+?>52!zA2Zlob4V~*!VK`x-*qPF z$p5iF!vN)BpWG9URbO*DREUvY|Y^XM+h!O=;%W6q>kB)bx?sumB-j_L{U|4GU4YKdhV|L38?z zJCC=Q=cM7!&8@B+8{BVYlf4v#BI}r7BatQaKNTK%l_t7b{G zp4hUwYV5`a_I|9hC1@Lp|u|MVti@zK-TZsV_52AL-e7=sL zxePv&MYlPzHVYIFb20+com_+eg06EvXz$J+>RZaWO9nvFGIIG5e96vY_d$_Mg@uU# zVC0)Rq2Y$`_0dj>pC!t&0Fdk$?AVWK^@*KxHkkTOsfhWGPj4rt-OF7~&-5(kJPym0 zp61r8%wex-SB=H#CsK9~`rwu28Yfvc1F^L9efg}_n7x3!7n!G?ys>uwZTPPx|I4=r jcNf0T!-}lPzmPux_q{v;bDlsc00000NkvXXu0mjfL)5-~ literal 0 HcmV?d00001 diff --git a/src/technologies/u.json b/src/technologies/u.json index f63f75fe5..049762f57 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -537,6 +537,19 @@ "scriptSrc": "app\\.upserve\\.com/", "website": "https://onlineordering.upserve.com" }, + "UpSolution Zephyr": { + "cats": [ + 80 + ], + "description": "Zephyr is a WordPress theme developed by UpSolution, a software development company based in Ukraine that specialises in creating themes and plugins for WordPress.", + "icon": "UpSolution.png", + "pricing": [ + "onetime" + ], + "requires": "WordPress", + "scriptSrc": "/wp-content/themes/Zephyr/.+us\\.theme\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://zephyr.us-themes.com" + }, "UptimeRobot": { "cats": [ 13 From 1a40ba9a21e774625f0633edf0dd479badb255de Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 6 Apr 2023 03:10:07 +0600 Subject: [PATCH 50/68] Update Elm, Elm-ui / pl --- src/technologies/e.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/e.json b/src/technologies/e.json index ab9e3d727..d337f6ef5 100644 --- a/src/technologies/e.json +++ b/src/technologies/e.json @@ -726,17 +726,20 @@ 27, 12 ], + "description": "Elm is a statically typed functional programming language created by Evan Czaplicki in 2012 for building web applications.", "icon": "elm.svg", "js": { "Elm.Main.embed": "\\;version:0.18", "Elm.Main.init": "\\;version:0.19" }, + "oss": true, "website": "https://elm-lang.org/" }, "Elm-ui": { "cats": [ 66 ], + "description": "Elm-UI is a library for creating user interfaces in Elm programming language. It provides a set of functions and abstractions for building responsive and reusable UI components, such as buttons, forms, and layouts, in a declarative and type-safe way.", "html": "