diff --git a/.gitignore b/.gitignore
index c16d00737..c0f723cee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
wappalyzer-chrome.zip
wappalyzer-firefox.xpi
+.windows_zip/*
+!.windows_zip/Download 7-Zip.hta
\ No newline at end of file
diff --git a/.windows_zip/Download 7-Zip.hta b/.windows_zip/Download 7-Zip.hta
new file mode 100644
index 000000000..b8ff9aa72
--- /dev/null
+++ b/.windows_zip/Download 7-Zip.hta
@@ -0,0 +1,98 @@
+
Download 7-zip (command line version)
The download will be started automatically.
Place the file in the same folder as Wappalyzer.
License | Source code
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 1be6a214e..43a0cfa9f 100644
--- a/README.md
+++ b/README.md
@@ -171,4 +171,4 @@ https://github.com/skroutz/wappalyzer-ruby
Wappalyzer on Firefox:
-![Screenshot](http://wappalyzer.com/sites/default/themes/wappalyzer/images/installed.png)
+![A screenshot of Wappalyzer on Firefox](http://wappalyzer.com/sites/default/themes/wappalyzer/images/installed.png)
\ No newline at end of file
diff --git a/drivers/bookmarklet/images/icons/Dynamicweb.png b/drivers/bookmarklet/images/icons/Dynamicweb.png
index 02d242c2a..f16a3bc2b 100644
Binary files a/drivers/bookmarklet/images/icons/Dynamicweb.png and b/drivers/bookmarklet/images/icons/Dynamicweb.png differ
diff --git a/drivers/bookmarklet/images/icons/Google Analytics.png b/drivers/bookmarklet/images/icons/Google Analytics.png
index 0722c3c2f..1ac7926b2 100644
Binary files a/drivers/bookmarklet/images/icons/Google Analytics.png and b/drivers/bookmarklet/images/icons/Google Analytics.png differ
diff --git a/drivers/bookmarklet/images/icons/Kendo UI.png b/drivers/bookmarklet/images/icons/Kendo UI.png
new file mode 100644
index 000000000..e6832b327
Binary files /dev/null and b/drivers/bookmarklet/images/icons/Kendo UI.png differ
diff --git a/drivers/bookmarklet/images/icons/Komodo CMS.png b/drivers/bookmarklet/images/icons/Komodo CMS.png
new file mode 100644
index 000000000..04d81f365
Binary files /dev/null and b/drivers/bookmarklet/images/icons/Komodo CMS.png differ
diff --git a/drivers/bookmarklet/images/icons/Piwik.png b/drivers/bookmarklet/images/icons/Piwik.png
index 2223a5790..319238ee5 100644
Binary files a/drivers/bookmarklet/images/icons/Piwik.png and b/drivers/bookmarklet/images/icons/Piwik.png differ
diff --git a/drivers/bookmarklet/images/icons/Quantcast.png b/drivers/bookmarklet/images/icons/Quantcast.png
index 20c9a18ca..50f062b3f 100644
Binary files a/drivers/bookmarklet/images/icons/Quantcast.png and b/drivers/bookmarklet/images/icons/Quantcast.png differ
diff --git a/drivers/bookmarklet/images/icons/StatCounter.png b/drivers/bookmarklet/images/icons/StatCounter.png
index be5fb87e8..4cceb2644 100644
Binary files a/drivers/bookmarklet/images/icons/StatCounter.png and b/drivers/bookmarklet/images/icons/StatCounter.png differ
diff --git a/drivers/bookmarklet/images/icons/jQTouch.png b/drivers/bookmarklet/images/icons/jQTouch.png
index 29a91b41f..cebe2954a 100644
Binary files a/drivers/bookmarklet/images/icons/jQTouch.png and b/drivers/bookmarklet/images/icons/jQTouch.png differ
diff --git a/drivers/bookmarklet/json b/drivers/bookmarklet/json
index c0b7a9aa7..4d0a5da25 100644
--- a/drivers/bookmarklet/json
+++ b/drivers/bookmarklet/json
@@ -865,6 +865,12 @@
"headers": { "Set-Cookie": "k_visit" },
"env": "^k_track$"
},
+ "Kendo UI": {
+ "cats": [ 18 ],
+ "env": "^kendo$",
+ "html": "]*\\s+href=['\"]?[^'\"\\s>]*styles/kendo\\.common(\\.min)?\\.css['\"\\s/>]",
+ "implies": [ "jQuery" ]
+ },
"Kentico CMS": {
"cats": [ 1 ],
"meta": { "generator": "Kentico CMS" }
@@ -886,6 +892,11 @@
"cats": [ 1 ],
"meta": { "generator": "Kolibri" }
},
+ "Komodo CMS": {
+ "cats": [ 1 ],
+ "meta": { "generator": "^Komodo CMS" },
+ "implies": [ "PHP" ]
+ },
"Koobi": {
"cats": [ 1 ],
"meta": { "generator": "Koobi" }
diff --git a/drivers/chrome/apps.json b/drivers/chrome/apps.json
index c0b7a9aa7..4d0a5da25 100644
--- a/drivers/chrome/apps.json
+++ b/drivers/chrome/apps.json
@@ -865,6 +865,12 @@
"headers": { "Set-Cookie": "k_visit" },
"env": "^k_track$"
},
+ "Kendo UI": {
+ "cats": [ 18 ],
+ "env": "^kendo$",
+ "html": "]*\\s+href=['\"]?[^'\"\\s>]*styles/kendo\\.common(\\.min)?\\.css['\"\\s/>]",
+ "implies": [ "jQuery" ]
+ },
"Kentico CMS": {
"cats": [ 1 ],
"meta": { "generator": "Kentico CMS" }
@@ -886,6 +892,11 @@
"cats": [ 1 ],
"meta": { "generator": "Kolibri" }
},
+ "Komodo CMS": {
+ "cats": [ 1 ],
+ "meta": { "generator": "^Komodo CMS" },
+ "implies": [ "PHP" ]
+ },
"Koobi": {
"cats": [ 1 ],
"meta": { "generator": "Koobi" }
diff --git a/drivers/chrome/images/icons/Dynamicweb.png b/drivers/chrome/images/icons/Dynamicweb.png
index 02d242c2a..f16a3bc2b 100644
Binary files a/drivers/chrome/images/icons/Dynamicweb.png and b/drivers/chrome/images/icons/Dynamicweb.png differ
diff --git a/drivers/chrome/images/icons/Google Analytics.png b/drivers/chrome/images/icons/Google Analytics.png
index 0722c3c2f..1ac7926b2 100644
Binary files a/drivers/chrome/images/icons/Google Analytics.png and b/drivers/chrome/images/icons/Google Analytics.png differ
diff --git a/drivers/chrome/images/icons/Kendo UI.png b/drivers/chrome/images/icons/Kendo UI.png
new file mode 100644
index 000000000..e6832b327
Binary files /dev/null and b/drivers/chrome/images/icons/Kendo UI.png differ
diff --git a/drivers/chrome/images/icons/Komodo CMS.png b/drivers/chrome/images/icons/Komodo CMS.png
new file mode 100644
index 000000000..04d81f365
Binary files /dev/null and b/drivers/chrome/images/icons/Komodo CMS.png differ
diff --git a/drivers/chrome/images/icons/Piwik.png b/drivers/chrome/images/icons/Piwik.png
index 2223a5790..319238ee5 100644
Binary files a/drivers/chrome/images/icons/Piwik.png and b/drivers/chrome/images/icons/Piwik.png differ
diff --git a/drivers/chrome/images/icons/Quantcast.png b/drivers/chrome/images/icons/Quantcast.png
index 20c9a18ca..50f062b3f 100644
Binary files a/drivers/chrome/images/icons/Quantcast.png and b/drivers/chrome/images/icons/Quantcast.png differ
diff --git a/drivers/chrome/images/icons/StatCounter.png b/drivers/chrome/images/icons/StatCounter.png
index be5fb87e8..4cceb2644 100644
Binary files a/drivers/chrome/images/icons/StatCounter.png and b/drivers/chrome/images/icons/StatCounter.png differ
diff --git a/drivers/chrome/images/icons/jQTouch.png b/drivers/chrome/images/icons/jQTouch.png
index 29a91b41f..cebe2954a 100644
Binary files a/drivers/chrome/images/icons/jQTouch.png and b/drivers/chrome/images/icons/jQTouch.png differ
diff --git a/drivers/firefox-jetpack/data/apps.json b/drivers/firefox-jetpack/data/apps.json
index c0b7a9aa7..4d0a5da25 100644
--- a/drivers/firefox-jetpack/data/apps.json
+++ b/drivers/firefox-jetpack/data/apps.json
@@ -865,6 +865,12 @@
"headers": { "Set-Cookie": "k_visit" },
"env": "^k_track$"
},
+ "Kendo UI": {
+ "cats": [ 18 ],
+ "env": "^kendo$",
+ "html": "]*\\s+href=['\"]?[^'\"\\s>]*styles/kendo\\.common(\\.min)?\\.css['\"\\s/>]",
+ "implies": [ "jQuery" ]
+ },
"Kentico CMS": {
"cats": [ 1 ],
"meta": { "generator": "Kentico CMS" }
@@ -886,6 +892,11 @@
"cats": [ 1 ],
"meta": { "generator": "Kolibri" }
},
+ "Komodo CMS": {
+ "cats": [ 1 ],
+ "meta": { "generator": "^Komodo CMS" },
+ "implies": [ "PHP" ]
+ },
"Koobi": {
"cats": [ 1 ],
"meta": { "generator": "Koobi" }
diff --git a/drivers/firefox-jetpack/images/icons/Dynamicweb.png b/drivers/firefox-jetpack/images/icons/Dynamicweb.png
index 02d242c2a..f16a3bc2b 100644
Binary files a/drivers/firefox-jetpack/images/icons/Dynamicweb.png and b/drivers/firefox-jetpack/images/icons/Dynamicweb.png differ
diff --git a/drivers/firefox-jetpack/images/icons/Google Analytics.png b/drivers/firefox-jetpack/images/icons/Google Analytics.png
index 0722c3c2f..1ac7926b2 100644
Binary files a/drivers/firefox-jetpack/images/icons/Google Analytics.png and b/drivers/firefox-jetpack/images/icons/Google Analytics.png differ
diff --git a/drivers/firefox-jetpack/images/icons/Kendo UI.png b/drivers/firefox-jetpack/images/icons/Kendo UI.png
new file mode 100644
index 000000000..e6832b327
Binary files /dev/null and b/drivers/firefox-jetpack/images/icons/Kendo UI.png differ
diff --git a/drivers/firefox-jetpack/images/icons/Komodo CMS.png b/drivers/firefox-jetpack/images/icons/Komodo CMS.png
new file mode 100644
index 000000000..04d81f365
Binary files /dev/null and b/drivers/firefox-jetpack/images/icons/Komodo CMS.png differ
diff --git a/drivers/firefox-jetpack/images/icons/Piwik.png b/drivers/firefox-jetpack/images/icons/Piwik.png
index 2223a5790..319238ee5 100644
Binary files a/drivers/firefox-jetpack/images/icons/Piwik.png and b/drivers/firefox-jetpack/images/icons/Piwik.png differ
diff --git a/drivers/firefox-jetpack/images/icons/Quantcast.png b/drivers/firefox-jetpack/images/icons/Quantcast.png
index 20c9a18ca..50f062b3f 100644
Binary files a/drivers/firefox-jetpack/images/icons/Quantcast.png and b/drivers/firefox-jetpack/images/icons/Quantcast.png differ
diff --git a/drivers/firefox-jetpack/images/icons/StatCounter.png b/drivers/firefox-jetpack/images/icons/StatCounter.png
index be5fb87e8..4cceb2644 100644
Binary files a/drivers/firefox-jetpack/images/icons/StatCounter.png and b/drivers/firefox-jetpack/images/icons/StatCounter.png differ
diff --git a/drivers/firefox-jetpack/images/icons/jQTouch.png b/drivers/firefox-jetpack/images/icons/jQTouch.png
index 29a91b41f..cebe2954a 100644
Binary files a/drivers/firefox-jetpack/images/icons/jQTouch.png and b/drivers/firefox-jetpack/images/icons/jQTouch.png differ
diff --git a/drivers/firefox/content/apps.json b/drivers/firefox/content/apps.json
index c0b7a9aa7..4d0a5da25 100644
--- a/drivers/firefox/content/apps.json
+++ b/drivers/firefox/content/apps.json
@@ -865,6 +865,12 @@
"headers": { "Set-Cookie": "k_visit" },
"env": "^k_track$"
},
+ "Kendo UI": {
+ "cats": [ 18 ],
+ "env": "^kendo$",
+ "html": "]*\\s+href=['\"]?[^'\"\\s>]*styles/kendo\\.common(\\.min)?\\.css['\"\\s/>]",
+ "implies": [ "jQuery" ]
+ },
"Kentico CMS": {
"cats": [ 1 ],
"meta": { "generator": "Kentico CMS" }
@@ -886,6 +892,11 @@
"cats": [ 1 ],
"meta": { "generator": "Kolibri" }
},
+ "Komodo CMS": {
+ "cats": [ 1 ],
+ "meta": { "generator": "^Komodo CMS" },
+ "implies": [ "PHP" ]
+ },
"Koobi": {
"cats": [ 1 ],
"meta": { "generator": "Koobi" }
diff --git a/drivers/firefox/skin/images/icons/Dynamicweb.png b/drivers/firefox/skin/images/icons/Dynamicweb.png
index 02d242c2a..f16a3bc2b 100644
Binary files a/drivers/firefox/skin/images/icons/Dynamicweb.png and b/drivers/firefox/skin/images/icons/Dynamicweb.png differ
diff --git a/drivers/firefox/skin/images/icons/Google Analytics.png b/drivers/firefox/skin/images/icons/Google Analytics.png
index 0722c3c2f..1ac7926b2 100644
Binary files a/drivers/firefox/skin/images/icons/Google Analytics.png and b/drivers/firefox/skin/images/icons/Google Analytics.png differ
diff --git a/drivers/firefox/skin/images/icons/Kendo UI.png b/drivers/firefox/skin/images/icons/Kendo UI.png
new file mode 100644
index 000000000..e6832b327
Binary files /dev/null and b/drivers/firefox/skin/images/icons/Kendo UI.png differ
diff --git a/drivers/firefox/skin/images/icons/Komodo CMS.png b/drivers/firefox/skin/images/icons/Komodo CMS.png
new file mode 100644
index 000000000..04d81f365
Binary files /dev/null and b/drivers/firefox/skin/images/icons/Komodo CMS.png differ
diff --git a/drivers/firefox/skin/images/icons/Piwik.png b/drivers/firefox/skin/images/icons/Piwik.png
index 2223a5790..319238ee5 100644
Binary files a/drivers/firefox/skin/images/icons/Piwik.png and b/drivers/firefox/skin/images/icons/Piwik.png differ
diff --git a/drivers/firefox/skin/images/icons/Quantcast.png b/drivers/firefox/skin/images/icons/Quantcast.png
index 20c9a18ca..50f062b3f 100644
Binary files a/drivers/firefox/skin/images/icons/Quantcast.png and b/drivers/firefox/skin/images/icons/Quantcast.png differ
diff --git a/drivers/firefox/skin/images/icons/StatCounter.png b/drivers/firefox/skin/images/icons/StatCounter.png
index be5fb87e8..4cceb2644 100644
Binary files a/drivers/firefox/skin/images/icons/StatCounter.png and b/drivers/firefox/skin/images/icons/StatCounter.png differ
diff --git a/drivers/firefox/skin/images/icons/jQTouch.png b/drivers/firefox/skin/images/icons/jQTouch.png
index 29a91b41f..cebe2954a 100644
Binary files a/drivers/firefox/skin/images/icons/jQTouch.png and b/drivers/firefox/skin/images/icons/jQTouch.png differ
diff --git a/drivers/html/apps.json b/drivers/html/apps.json
index c0b7a9aa7..4d0a5da25 100644
--- a/drivers/html/apps.json
+++ b/drivers/html/apps.json
@@ -865,6 +865,12 @@
"headers": { "Set-Cookie": "k_visit" },
"env": "^k_track$"
},
+ "Kendo UI": {
+ "cats": [ 18 ],
+ "env": "^kendo$",
+ "html": "]*\\s+href=['\"]?[^'\"\\s>]*styles/kendo\\.common(\\.min)?\\.css['\"\\s/>]",
+ "implies": [ "jQuery" ]
+ },
"Kentico CMS": {
"cats": [ 1 ],
"meta": { "generator": "Kentico CMS" }
@@ -886,6 +892,11 @@
"cats": [ 1 ],
"meta": { "generator": "Kolibri" }
},
+ "Komodo CMS": {
+ "cats": [ 1 ],
+ "meta": { "generator": "^Komodo CMS" },
+ "implies": [ "PHP" ]
+ },
"Koobi": {
"cats": [ 1 ],
"meta": { "generator": "Koobi" }
diff --git a/drivers/html/images/icons/Dynamicweb.png b/drivers/html/images/icons/Dynamicweb.png
index 02d242c2a..f16a3bc2b 100644
Binary files a/drivers/html/images/icons/Dynamicweb.png and b/drivers/html/images/icons/Dynamicweb.png differ
diff --git a/drivers/html/images/icons/Google Analytics.png b/drivers/html/images/icons/Google Analytics.png
index 0722c3c2f..1ac7926b2 100644
Binary files a/drivers/html/images/icons/Google Analytics.png and b/drivers/html/images/icons/Google Analytics.png differ
diff --git a/drivers/html/images/icons/Kendo UI.png b/drivers/html/images/icons/Kendo UI.png
new file mode 100644
index 000000000..e6832b327
Binary files /dev/null and b/drivers/html/images/icons/Kendo UI.png differ
diff --git a/drivers/html/images/icons/Komodo CMS.png b/drivers/html/images/icons/Komodo CMS.png
new file mode 100644
index 000000000..04d81f365
Binary files /dev/null and b/drivers/html/images/icons/Komodo CMS.png differ
diff --git a/drivers/html/images/icons/Piwik.png b/drivers/html/images/icons/Piwik.png
index 2223a5790..319238ee5 100644
Binary files a/drivers/html/images/icons/Piwik.png and b/drivers/html/images/icons/Piwik.png differ
diff --git a/drivers/html/images/icons/Quantcast.png b/drivers/html/images/icons/Quantcast.png
index 20c9a18ca..50f062b3f 100644
Binary files a/drivers/html/images/icons/Quantcast.png and b/drivers/html/images/icons/Quantcast.png differ
diff --git a/drivers/html/images/icons/StatCounter.png b/drivers/html/images/icons/StatCounter.png
index be5fb87e8..4cceb2644 100644
Binary files a/drivers/html/images/icons/StatCounter.png and b/drivers/html/images/icons/StatCounter.png differ
diff --git a/drivers/html/images/icons/jQTouch.png b/drivers/html/images/icons/jQTouch.png
index 29a91b41f..cebe2954a 100644
Binary files a/drivers/html/images/icons/jQTouch.png and b/drivers/html/images/icons/jQTouch.png differ
diff --git a/drivers/php/apps.json b/drivers/php/apps.json
index c0b7a9aa7..4d0a5da25 100644
--- a/drivers/php/apps.json
+++ b/drivers/php/apps.json
@@ -865,6 +865,12 @@
"headers": { "Set-Cookie": "k_visit" },
"env": "^k_track$"
},
+ "Kendo UI": {
+ "cats": [ 18 ],
+ "env": "^kendo$",
+ "html": "]*\\s+href=['\"]?[^'\"\\s>]*styles/kendo\\.common(\\.min)?\\.css['\"\\s/>]",
+ "implies": [ "jQuery" ]
+ },
"Kentico CMS": {
"cats": [ 1 ],
"meta": { "generator": "Kentico CMS" }
@@ -886,6 +892,11 @@
"cats": [ 1 ],
"meta": { "generator": "Kolibri" }
},
+ "Komodo CMS": {
+ "cats": [ 1 ],
+ "meta": { "generator": "^Komodo CMS" },
+ "implies": [ "PHP" ]
+ },
"Koobi": {
"cats": [ 1 ],
"meta": { "generator": "Koobi" }
diff --git a/package.cmd b/package.cmd
new file mode 100644
index 000000000..76b368785
--- /dev/null
+++ b/package.cmd
@@ -0,0 +1,45 @@
+:: package.cmd
+:: Copyright (c) 2012 q--
+::
+:: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+::
+:: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+::
+:: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+@echo off
+
+::Detect HTA host
+if exist %windir%\SysWOW64\mshta.exe goto hta64
+if exist %windir%\System32\mshta.exe goto hta32
+:hta32
+set hta=%windir%\System32\mshta.exe
+:hta64
+set hta=%windir%\SysWOW64\mshta.exe
+goto endDetection
+:endDetection
+
+::Links
+call links.cmd
+
+::Remove old packages
+if exist wappalyzer-chrome.zip del wappalyzer-chrome.zip
+if exist wappalyzer-firefox.xpi del wappalyzer-firefox.xpi
+
+
+::Prompt to download 7-Zip if necessary
+set dl7zfile=.windows_zip\Download 7-Zip.hta
+:retry
+if not exist .windows_zip\7za.exe cd .windows_zip&%hta% "%cd%\%dl7zfile%"&cd ..&goto retry
+
+
+::Pack Chrome extension
+cd drivers\chrome&&..\..\.windows_zip\7za.exe a -tzip -mx9 ..\..\wappalyzer-chrome.zip *
+cd..\..
+
+::Pack Firefox extension
+cd drivers\firefox&&..\..\.windows_zip\7za.exe a -tzip -mx9 ..\..\wappalyzer-firefox.xpi *
+cd..\..
+
+
+:end
+@echo on
\ No newline at end of file
diff --git a/share/apps.json b/share/apps.json
index c0b7a9aa7..4d0a5da25 100644
--- a/share/apps.json
+++ b/share/apps.json
@@ -865,6 +865,12 @@
"headers": { "Set-Cookie": "k_visit" },
"env": "^k_track$"
},
+ "Kendo UI": {
+ "cats": [ 18 ],
+ "env": "^kendo$",
+ "html": "]*\\s+href=['\"]?[^'\"\\s>]*styles/kendo\\.common(\\.min)?\\.css['\"\\s/>]",
+ "implies": [ "jQuery" ]
+ },
"Kentico CMS": {
"cats": [ 1 ],
"meta": { "generator": "Kentico CMS" }
@@ -886,6 +892,11 @@
"cats": [ 1 ],
"meta": { "generator": "Kolibri" }
},
+ "Komodo CMS": {
+ "cats": [ 1 ],
+ "meta": { "generator": "^Komodo CMS" },
+ "implies": [ "PHP" ]
+ },
"Koobi": {
"cats": [ 1 ],
"meta": { "generator": "Koobi" }
diff --git a/share/images/icons/Dynamicweb.png b/share/images/icons/Dynamicweb.png
index 02d242c2a..f16a3bc2b 100644
Binary files a/share/images/icons/Dynamicweb.png and b/share/images/icons/Dynamicweb.png differ
diff --git a/share/images/icons/Google Analytics.png b/share/images/icons/Google Analytics.png
index 0722c3c2f..1ac7926b2 100644
Binary files a/share/images/icons/Google Analytics.png and b/share/images/icons/Google Analytics.png differ
diff --git a/share/images/icons/Kendo UI.png b/share/images/icons/Kendo UI.png
new file mode 100644
index 000000000..e6832b327
Binary files /dev/null and b/share/images/icons/Kendo UI.png differ
diff --git a/share/images/icons/Komodo CMS.png b/share/images/icons/Komodo CMS.png
new file mode 100644
index 000000000..04d81f365
Binary files /dev/null and b/share/images/icons/Komodo CMS.png differ
diff --git a/share/images/icons/Piwik.png b/share/images/icons/Piwik.png
index 2223a5790..319238ee5 100644
Binary files a/share/images/icons/Piwik.png and b/share/images/icons/Piwik.png differ
diff --git a/share/images/icons/Quantcast.png b/share/images/icons/Quantcast.png
index 20c9a18ca..50f062b3f 100644
Binary files a/share/images/icons/Quantcast.png and b/share/images/icons/Quantcast.png differ
diff --git a/share/images/icons/StatCounter.png b/share/images/icons/StatCounter.png
index be5fb87e8..4cceb2644 100644
Binary files a/share/images/icons/StatCounter.png and b/share/images/icons/StatCounter.png differ
diff --git a/share/images/icons/jQTouch.png b/share/images/icons/jQTouch.png
index 29a91b41f..cebe2954a 100644
Binary files a/share/images/icons/jQTouch.png and b/share/images/icons/jQTouch.png differ