diff --git a/src/apps.json b/src/apps.json index 2fbf5cd19..e1261d33d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11365,6 +11365,16 @@ }, "website": "http://textpattern.com" }, + "The Hut Group": { + "cats": [ + 6 + ], + "icon": "TheHutGroup.png", + "script": [ + "THEHUT-.*\\.js" + ], + "website": "https://www.thg.com/" + }, "Thelia": { "cats": [ 1, diff --git a/src/drivers/webextension/images/icons/TheHutGroup.png b/src/drivers/webextension/images/icons/TheHutGroup.png new file mode 100644 index 000000000..9847bb7b7 Binary files /dev/null and b/src/drivers/webextension/images/icons/TheHutGroup.png differ