Build v5.4.14

main
Elbert Alias 7 years ago
parent 31a300ea11
commit 2b57a2c97b

@ -4621,7 +4621,7 @@
6, 6,
53 53
], ],
"icon": "byInti.png", "icon": "byINTI.svg",
"url": "^https?//.+\\.byinti\\.com", "url": "^https?//.+\\.byinti\\.com",
"website": "http://byinti.com" "website": "http://byinti.com"
}, },

@ -2,7 +2,7 @@
"name": "wappalyzer", "name": "wappalyzer",
"description": "Uncovers the technologies used on websites", "description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer", "homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.4.13", "version": "5.4.14",
"author": "Elbert Alias", "author": "Elbert Alias",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {

@ -135,10 +135,12 @@ browser.webRequest.onCompleted.addListener(request => {
if ( request.responseHeaders ) { if ( request.responseHeaders ) {
const url = wappalyzer.parseUrl(request.url); const url = wappalyzer.parseUrl(request.url);
browser.tabs.query({ url: [ url.canonical ] }) browser.tabs.query({ url: [ url.href ] })
.then(tabs => { .then(tabs => {
const tab = tabs[0] || null; const tab = tabs[0] || null;
console.log({ url: url.canonical, tab });
if ( tab ) { if ( tab ) {
request.responseHeaders.forEach(header => { request.responseHeaders.forEach(header => {
const name = header.name.toLowerCase(); const name = header.name.toLowerCase();

@ -4,7 +4,7 @@
"author": "Elbert Alias", "author": "Elbert Alias",
"homepage_url": "https://www.wappalyzer.com", "homepage_url": "https://www.wappalyzer.com",
"description": "Identify web technologies", "description": "Identify web technologies",
"version": "5.4.13", "version": "5.4.14",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {