From df1563041e53cdaca75ad7a389eb49e54abe8388 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 13 Jan 2023 00:16:51 +0600 Subject: [PATCH] Add GuideIT / hosting --- .../webextension/images/icons/GuideIT.png | Bin 0 -> 723 bytes src/technologies/g.json | 15 +++++++++++++++ src/technologies/p.json | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/GuideIT.png diff --git a/src/drivers/webextension/images/icons/GuideIT.png b/src/drivers/webextension/images/icons/GuideIT.png new file mode 100644 index 0000000000000000000000000000000000000000..995fd1edb825e534e9068c558498581ce50c496f GIT binary patch literal 723 zcmV;^0xbQBP)?a3dD2&^87|rBDP>Q2Yl(6nrccYm&xx<07JPi)3dJYx)RO+_Z=y zqTEndxO149bG~n8?hJs7i;K&D z2H`KT>F5)0rt0B(La`P|ykEFn3_mqnzLt~w#|9dMJrO|FK>#&Bs!|pK6P`uW(UG$! zzQDgQV49}5^1*i*i1y4D!ZZtyvk@N+jcs(*KkAoxh0vb z_j$eu&?`hS!tD&q0q@F6{x%gBmm+2CdeIl0tk{4?KPX_x0euCbGNu*KC23G};==LI zP7}*|iUX~QKn}8v{2*18G5wwONj;hvbQX4TadDY9d;`>F;cvbgab*Ai002ovPDHLk FV1jvFJ@5bk literal 0 HcmV?d00001 diff --git a/src/technologies/g.json b/src/technologies/g.json index 40623e5f2..ec5fc6731 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -2230,6 +2230,21 @@ "scriptSrc": "ib\\.guestonline\\.\\w+", "website": "https://www.guestonline.io" }, + "GuideIT": { + "cats": [ + 88 + ], + "description": "GuideIT is a cloud hosting provider.", + "icon": "GuideIT.png", + "headers": { + "platform": "^GuideIT$" + }, + "pricing": [ + "mid", + "recurring" + ], + "website": "https://guideit.uk" + }, "GumGum": { "cats": [ 36 diff --git a/src/technologies/p.json b/src/technologies/p.json index 548ee841e..9dd614c27 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -521,7 +521,7 @@ ], "description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.", "icon": "Partytown.svg", - "dom": "script[type*='text/partytown']" + "dom": "script[type*='text/partytown']", "js": { "partytown": "" },