diff --git a/src/apps.json b/src/apps.json index 97e97ae6b..2663f0b52 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1993,6 +1993,21 @@ "icon": "CentOS.png", "website": "http://centos.org" }, + "Centminmod": { + "cats": [ + 22 + ], + "headers": { + "X-Powered-By": "centminmod" + }, + "implies": [ + "CentOS", + "Nginx", + "PHP" + ], + "icon": "centminmod.png", + "website": "https://centminmod.com" + }, "Ceres": { "cats": [ 6 @@ -14772,4 +14787,4 @@ } } -} +} \ No newline at end of file diff --git a/src/drivers/webextension/images/icons/centminmod.png b/src/drivers/webextension/images/icons/centminmod.png new file mode 100644 index 000000000..988f8230a Binary files /dev/null and b/src/drivers/webextension/images/icons/centminmod.png differ