From 239cca9589b3d5a6486b39fc7a28201a9dc693c2 Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Thu, 10 Apr 2014 14:50:43 +0200 Subject: [PATCH] Update apps.json Updated adding 2 apps (M.R. Inc...) --- share/apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/share/apps.json b/share/apps.json index 53f05a337..385ccf58b 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3284,6 +3284,16 @@ "website": "foundation.zurb.com", "cats": [ 18 ], "html": "]+foundation[^>\"]+css" + }, + "M.R. Inc Webserver": { + "website": "mrincworld.com", + "cats": [ 22 ], + "headers": { "Server": "(?:M.R. Inc Webserver)" } + }, + "M.R. Inc Wild CMS": { + "website": "mrincworld.com", + "cats": [ 1, 6 ], + "headers": { "X-Powered-By": "(?:M.R. Inc Wild CMS)" } } } }