diff --git a/src/apps.json b/src/apps.json index 41f87971e..e97d9d5d6 100644 --- a/src/apps.json +++ b/src/apps.json @@ -12208,6 +12208,19 @@ "icon": "wpvip.svg", "website": "https://wpvip.com" }, + "WPCacheOn": { + "cats": [ + 23 + ], + "headers": { + "x-powered-by": "^Optimized by WPCacheOn.+" + }, + "icon": "WPCacheOn.png", + "implies":[ + "WordPress" + ], + "website": "https://wpcacheon.io" + }, "kolors4u": { "cats": [ 1, diff --git a/src/icons/WPCacheOn.png b/src/icons/WPCacheOn.png new file mode 100644 index 000000000..ff19a44df Binary files /dev/null and b/src/icons/WPCacheOn.png differ