Build v5.10.1

main
Elbert Alias 5 years ago
parent dbcc340926
commit 569030ce93

@ -4660,7 +4660,7 @@
],
"icon": "gRPC.png",
"headers": {
"Content-Type": "^application\\/grpc.+$"
"Content-Type": "^application\\/grpc"
},
"website": "https://grpc.io"
},
@ -5364,7 +5364,9 @@
"cats": [
6
],
"js": {"j2storeURL":""},
"js": {
"j2storeURL": ""
},
"icon": "j2store.png",
"implies": "Joomla",
"website": "https://www.j2store.org/"
@ -6282,9 +6284,10 @@
},
"Livewire": {
"cats": [
18, 19
18,
19
],
"html": "<[^>]+wire:[^<]+",
"html": "<[^>]+wire:",
"icon": "Livewire.png",
"implies": "Laravel",
"js": {
@ -10846,8 +10849,7 @@
66
],
"html": [
"<link[^>]+?href=\"[^\"]+tailwindcss(?:\\.min)?\\.css",
"[^>]*class=\"[^\"]*(?:sm:|md:|lg:|xl:)"
"<link[^>]+?href=\"[^\"]+tailwindcss(?:\\.min)?\\.css"
],
"icon": "tailwindcss.svg",
"website": "https://tailwindcss.com/"
@ -12310,10 +12312,10 @@
23
],
"headers": {
"x-powered-by": "^Optimized by WPCacheOn.+"
"x-powered-by": "^Optimized by WPCacheOn"
},
"icon": "WPCacheOn.png",
"implies":[
"implies": [
"WordPress"
],
"website": "https://wpcacheon.io"
@ -12332,7 +12334,7 @@
"meta": {
"generator": "kolors4u (?: ([\\d.]+))?\\;version:\\1"
},
"icon": "kolors4u.png",
"icon": "kolors4u.png",
"website": "http://kolors4u.com"
},
"Wowza Media Server": {

@ -2,7 +2,7 @@
"name": "wappalyzer",
"description": "Identify technology on websites",
"homepage": "https://www.wappalyzer.com",
"version": "5.10.0",
"version": "5.10.1",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -24,11 +24,11 @@ browser.tabs.onRemoved.addListener((tabId) => {
function userAgent() {
const url = chrome.extension.getURL('/')
if (url.match(/^moz-/)) {
if (url.startsWith('moz-')) {
return 'firefox'
}
if (url.match(/^ms-browser-/)) {
if (url.startsWith('ms-browser')) {
return 'edge'
}

@ -4,7 +4,7 @@
"author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com",
"description": "Identify web technologies",
"version": "5.10.0",
"version": "5.10.1",
"default_locale": "en",
"manifest_version": 2,
"icons": {

Loading…
Cancel
Save