Return icon path in PhantomJS driver

main
Elbert Alias 8 years ago
parent 8cc753254d
commit c14f26dba6

@ -3858,6 +3858,16 @@
"script": "lightbox.*\\.js", "script": "lightbox.*\\.js",
"website": "lokeshdhakar.com/projects/lightbox2/" "website": "lokeshdhakar.com/projects/lightbox2/"
}, },
"Lightspeed eCom": {
"cats": [
6
],
"html": "<!-- \\[START\\] 'blocks/head.rain' -->",
"icon": "Lightspeed.svg",
"script": "http://assets.webshopapp.com",
"url": "seoshop.webshopapp.com",
"website": "www.lightspeedhq.com/products/ecommerce/"
},
"Lighty": { "Lighty": {
"cats": [ "cats": [
18 18
@ -5583,8 +5593,8 @@
1 1
], ],
"headers": { "headers": {
"X-Streams-Distribution": "PyroCMS", "Set-Cookie": "pyrocms",
"Set-Cookie": "pyrocms" "X-Streams-Distribution": "PyroCMS"
}, },
"icon": "PyroCMS.png", "icon": "PyroCMS.png",
"implies": "Laravel", "implies": "Laravel",
@ -5682,6 +5692,15 @@
}, },
"website": "www.rcms.fi" "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": { "RDoc": {
"cats": [ "cats": [
4 4
@ -5694,15 +5713,6 @@
"implies": "Ruby", "implies": "Ruby",
"website": "github.com/RDoc/RDoc" "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": { "RackCache": {
"cats": [ "cats": [
23 23
@ -8563,16 +8573,6 @@
"implies": "Perl", "implies": "Perl",
"website": "metacpan.org/pod/HTTP::Daemon" "website": "metacpan.org/pod/HTTP::Daemon"
}, },
"Lightspeed eCom": {
"cats": [
6
],
"html": "<!-- \\[START\\] 'blocks/head.rain' -->",
"icon": "Lightspeed.svg",
"url": "seoshop.webshopapp.com",
"script": "http://assets.webshopapp.com",
"website": "www.lightspeedhq.com/products/ecommerce/"
},
"lighttpd": { "lighttpd": {
"cats": [ "cats": [
22 22
@ -9181,4 +9181,4 @@
"50": "Document Management Systems", "50": "Document Management Systems",
"51": "Landing Page Builders" "51": "Landing Page Builders"
} }
} }

@ -88,6 +88,7 @@
name: app, name: app,
confidence: wappalyzer.detected[url][app].confidenceTotal, confidence: wappalyzer.detected[url][app].confidenceTotal,
version: wappalyzer.detected[url][app].version, version: wappalyzer.detected[url][app].version,
icon: wappalyzer.detected[url][app].icon,
categories: cats categories: cats
}); });
} }

Loading…
Cancel
Save