diff --git a/src/drivers/webextension/images/icons/GuideIT.png b/src/drivers/webextension/images/icons/GuideIT.png new file mode 100644 index 000000000..995fd1edb Binary files /dev/null and b/src/drivers/webextension/images/icons/GuideIT.png differ 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": "" },