diff --git a/src/apps.json b/src/apps.json index 1e18b9bda..f4ad3a9b2 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3858,6 +3858,16 @@ "script": "lightbox.*\\.js", "website": "lokeshdhakar.com/projects/lightbox2/" }, + "Lightspeed eCom": { + "cats": [ + 6 + ], + "html": "", + "icon": "Lightspeed.svg", + "script": "http://assets.webshopapp.com", + "url": "seoshop.webshopapp.com", + "website": "www.lightspeedhq.com/products/ecommerce/" + }, "Lighty": { "cats": [ 18 @@ -5583,8 +5593,8 @@ 1 ], "headers": { - "X-Streams-Distribution": "PyroCMS", - "Set-Cookie": "pyrocms" + "Set-Cookie": "pyrocms", + "X-Streams-Distribution": "PyroCMS" }, "icon": "PyroCMS.png", "implies": "Laravel", @@ -5682,6 +5692,15 @@ }, "website": "www.rcms.fi" }, + "RD Station": { + "cats": [ + 32 + ], + "env": "^RDStation$", + "icon": "RD Station.png", + "script": "d335luupugsy2\\.cloudfront\\.net/js/loader-scripts/.*-loader\\.js", + "website": "rdstation.com.br" + }, "RDoc": { "cats": [ 4 @@ -5694,15 +5713,6 @@ "implies": "Ruby", "website": "github.com/RDoc/RDoc" }, - "RD Station": { - "cats": [ - 32 - ], - "env": "^RDStation$", - "script": "d335luupugsy2\\.cloudfront\\.net/js/loader-scripts/.*-loader\\.js", - "icon": "RD Station.png", - "website": "rdstation.com.br" - }, "RackCache": { "cats": [ 23 @@ -8563,16 +8573,6 @@ "implies": "Perl", "website": "metacpan.org/pod/HTTP::Daemon" }, - "Lightspeed eCom": { - "cats": [ - 6 - ], - "html": "", - "icon": "Lightspeed.svg", - "url": "seoshop.webshopapp.com", - "script": "http://assets.webshopapp.com", - "website": "www.lightspeedhq.com/products/ecommerce/" - }, "lighttpd": { "cats": [ 22 @@ -9181,4 +9181,4 @@ "50": "Document Management Systems", "51": "Landing Page Builders" } -} +} \ No newline at end of file diff --git a/src/drivers/phantomjs/driver.js b/src/drivers/phantomjs/driver.js index 1e8b2dd1c..dd391b078 100644 --- a/src/drivers/phantomjs/driver.js +++ b/src/drivers/phantomjs/driver.js @@ -88,6 +88,7 @@ name: app, confidence: wappalyzer.detected[url][app].confidenceTotal, version: wappalyzer.detected[url][app].version, + icon: wappalyzer.detected[url][app].icon, categories: cats }); }