Build v6.2.3

main
Elbert Alias 4 years ago
parent fbb738d563
commit 5c241d49e1

@ -37,6 +37,10 @@
"additionalProperties": false,
"required": ["cats","website"],
"properties": {
"description": {
"type": "string",
"pattern": "^.{0,255}$"
},
"cats": {
"type": "array",
"items": {

@ -341,20 +341,10 @@
],
"icon": "adobedtm.png",
"js": {
"_satellite.buildDate": ""
"_satellite": ""
},
"website": "https://marketing.adobe.com/resources/help/en_US/dtm/c_overview.html"
},
"Adobe Experience Platform Launch": {
"cats": [
42
],
"icon": "adobe-experience-platform.png",
"js": {
"_satellite.buildInfo": ""
},
"website": "https://docs.adobelaunch.com/getting-started"
},
"Adobe Experience Manager": {
"cats": [
1
@ -7220,9 +7210,7 @@
"icon": "MediaWiki.png",
"implies": "PHP",
"js": {
"mw": "",
"wgTitle": "",
"wgVersion": "^(.+)$\\;version:\\1"
"mw.util.toggleToc": ""
},
"meta": {
"generator": "^MediaWiki ?(.+)$\\;version:\\1"
@ -10466,19 +10454,16 @@
"script": "select2(?:\\.min|\\.full)?\\.js",
"website": "https://select2.org/"
},
"Semantic UI": {
"Semantic-ui": {
"cats": [
66
],
"html": [
"<link[^>]+semantic(?:\\.min)\\.css\""
],
"implies": [
"jQuery"
],
"icon": "Semantic-ui.png",
"script": "/semantic(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1",
"website": "https://semantic-ui.com/"
"website": "https://semantic-ui.com"
},
"Sencha Touch": {
"cats": [
@ -11209,8 +11194,10 @@
10
],
"icon": "splitbee.svg",
"js": {
"splitbee": ""
},
"script": "^https://cdn\\.splitbee\\.io/sb\\.js",
"js": "splitbee",
"website": "https://splitbee.io"
},
"Splunk": {
@ -12184,7 +12171,7 @@
},
"Twitter Emoji (Twemoji)": {
"cats": [
17
19
],
"js": {
"twemoji": ""
@ -12720,10 +12707,10 @@
"website": "https://www.volusion.com"
},
"Vue.js": {
"description": "Vue is a progressive framework for building user interfaces.",
"cats": [
12
],
"description": "Vue is a progressive framework for building user interfaces.",
"html": "<[^>]+\\sdata-v(?:ue)?-",
"icon": "vue.svg",
"js": {
@ -14426,7 +14413,7 @@
"cats": [
31
],
"html": "<link [^>]*?href=\"?[a-zA-Z]*?:?//cdn\\.jsdelivr\\.net/",
"html": "<[^>]+?//cdn\\.jsdelivr\\.net/",
"icon": "jsdelivr-icon.svg",
"script": "//cdn\\.jsdelivr\\.net/",
"website": "https://www.jsdelivr.com/"
@ -15491,4 +15478,4 @@
"priority": 6
}
}
}
}

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com",
"version": "6.2.2",
"version": "6.2.3",
"author": "Wappalyzer",
"license": "MIT",
"repository": {
@ -38,4 +38,4 @@
"languagedetect": "^2.0.0",
"puppeteer": "^2.0.0"
}
}
}

@ -106,7 +106,6 @@ const Content = {
script.onload = () => {
const onMessage = ({ data }) => {
console.log(data)
if (!data.wappalyzer || !data.wappalyzer.js) {
return
}

@ -75,7 +75,7 @@ const Driver = {
if (previous === null) {
open('https://www.wappalyzer.com/installed')
} else if (version !== previous && upgradeMessage) {
open(`https://www.wappalyzer.com/upgraded?v${version}`, false)
// open(`https://www.wappalyzer.com/upgraded?v${version}`, false)
}
await setOption('version', version)

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

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com",
"version": "6.2.2",
"version": "6.2.3",
"author": "Wappalyzer",
"license": "MIT",
"repository": {
@ -27,4 +27,4 @@
"files": [
"wappalyzer.js"
]
}
}
Loading…
Cancel
Save