Fix caching issue

main
Elbert Alias 3 years ago
parent df1edbab67
commit fc57caa989

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.8.12",
"version": "6.8.14",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -102,10 +102,10 @@ const Driver = {
'https://www.wappalyzer.com/installed/?utm_source=installed&utm_medium=extension&utm_campaign=wappalyzer'
)
} else if (version !== previous && upgradeMessage) {
open(
`https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`,
false
)
// open(
// `https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`,
// false
// )
}
await setOption('version', version)
@ -565,7 +565,7 @@ const Driver = {
...hostnames,
[hostname]: {
...cache,
detections: cache.detections
detections: Driver.cache.hostnames[hostname].detections
.filter(({ technology }) => technology)
.map(
({

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

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.8.12",
"version": "6.8.14",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -654,10 +654,10 @@
31
],
"description": "JSDelivr is a free public CDN for open-source projects. It can serve web files directly from the npm registry and GitHub repositories without any configuration.",
"dom": "link[href*=[cdn.jsdelivr.net']",
"xhr": "cdn\\.jsdelivr\\.net",
"dom": "link[href*='cdn.jsdelivr.net']",
"icon": "jsdelivr-icon.svg",
"scripts": "cdn\\.jsdelivr\\.net",
"website": "https://www.jsdelivr.com/"
"website": "https://www.jsdelivr.com/",
"xhr": "cdn\\.jsdelivr\\.net"
}
}

@ -175,13 +175,13 @@
93
],
"description": "Upserve is a restaurant management solution featuring an Android or iOS-based point-of-sale system, online ordering, contactless payments, automated inventory management, sales analytics, and more.",
"icon": "Upserve.svg",
"dom": "a[href*='app.upserve.com/']",
"scripts": "app\\.upserve\\.com/",
"saas": true,
"icon": "Upserve.svg",
"pricing": [
"payg"
],
"saas": true,
"scripts": "app\\.upserve\\.com/",
"website": "https://onlineordering.upserve.com"
},
"Upvoty": {

Loading…
Cancel
Save