diff --git a/chrome/content/apps.js b/chrome/content/apps.js
index 3b65793b8..358bff396 100644
--- a/chrome/content/apps.js
+++ b/chrome/content/apps.js
@@ -144,6 +144,7 @@ if ( typeof wappalyzer != 'undefined' ) {
'Mynetcap': { cats: { 1: 1 }, html: /]+Mynetcap/i },
'Nedstat': { cats: { 1: 10 }, html: /sitestat\(("|')http:\/\/nl\.sitestat\.com/ },
'Nginx': { cats: { 1: 22 }, headers: { 'Server': /nginx/i } },
+ 'NOIX': { cats: { 1: 19 }, html: /(src|href)=\"(\/media\/noix|\/media\/skeleton|\/components\/com_util).*"|\<\!\-\- NOIX.*/i },
'nopCommerce': { cats: { 1: 6 }, html: /(]+nopcommerce)/i },
'OneStat': { cats: { 1: 10 }, html: /var p=("|')http("|')\+\(d\.URL\.indexOf\('https:'\)==0\?'s':''\)\+("|'):\/\/stat\.onestat\.com\/stat\.aspx\?tagver/i },
'OpenCart': { cats: { 1: 6 }, html: /(Powered By ]+OpenCart|route = getURLVar\(("|')route)/i },
diff --git a/chrome/skin/icons/NOIX.ico b/chrome/skin/icons/NOIX.ico
new file mode 100644
index 000000000..2029e964e
Binary files /dev/null and b/chrome/skin/icons/NOIX.ico differ