From 7b45e5a48eb1493a74f8acf53ed5d1f2dedf8db2 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 19 Dec 2022 09:24:24 +1100 Subject: [PATCH] Build --- src/drivers/npm/package.json | 2 +- src/drivers/webextension/js/driver.js | 2 + src/drivers/webextension/manifest-v2.json | 2 +- src/drivers/webextension/manifest-v3.json | 2 +- src/package.json | 2 +- src/technologies/b.json | 54 +++++++++++------------ src/technologies/c.json | 6 +-- src/technologies/k.json | 26 +++++------ src/technologies/p.json | 2 +- src/technologies/s.json | 40 ++++++++--------- src/technologies/u.json | 2 +- 11 files changed, 71 insertions(+), 69 deletions(-) diff --git a/src/drivers/npm/package.json b/src/drivers/npm/package.json index 663d337d6..dee09ea96 100644 --- a/src/drivers/npm/package.json +++ b/src/drivers/npm/package.json @@ -13,7 +13,7 @@ "software" ], "homepage": "https://www.wappalyzer.com/", - "version": "6.10.52", + "version": "6.10.53", "author": "Wappalyzer", "license": "MIT", "repository": { diff --git a/src/drivers/webextension/js/driver.js b/src/drivers/webextension/js/driver.js index 2380f293f..a01454a0a 100644 --- a/src/drivers/webextension/js/driver.js +++ b/src/drivers/webextension/js/driver.js @@ -99,10 +99,12 @@ const Driver = { ) } } else if (version !== previous && upgradeMessage) { + /* open( `https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`, false ) + */ } initDone() diff --git a/src/drivers/webextension/manifest-v2.json b/src/drivers/webextension/manifest-v2.json index 729e99ba4..e88350e62 100644 --- a/src/drivers/webextension/manifest-v2.json +++ b/src/drivers/webextension/manifest-v2.json @@ -4,7 +4,7 @@ "author": "Wappalyzer", "homepage_url": "https://www.wappalyzer.com/", "description": "Identify web technologies", - "version": "6.10.52", + "version": "6.10.53", "default_locale": "en", "manifest_version": 2, "icons": { diff --git a/src/drivers/webextension/manifest-v3.json b/src/drivers/webextension/manifest-v3.json index c5e7d59a4..cf85ad25d 100644 --- a/src/drivers/webextension/manifest-v3.json +++ b/src/drivers/webextension/manifest-v3.json @@ -4,7 +4,7 @@ "author": "Wappalyzer", "homepage_url": "https://www.wappalyzer.com/", "description": "Identify web technologies", - "version": "6.10.52", + "version": "6.10.53", "default_locale": "en", "manifest_version": 3, "icons": { diff --git a/src/package.json b/src/package.json index 34f88ba6c..13e9774cd 100644 --- a/src/package.json +++ b/src/package.json @@ -13,7 +13,7 @@ "software" ], "homepage": "https://www.wappalyzer.com/", - "version": "6.10.52", + "version": "6.10.53", "author": "Wappalyzer", "license": "MIT", "repository": { diff --git a/src/technologies/b.json b/src/technologies/b.json index 1386a04c1..acdb34447 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -1225,33 +1225,6 @@ "scriptSrc": "^https?://vmss\\.boldchat\\.com/aid/\\d{18}/bc\\.vms4/vms\\.js", "website": "https://www.boldchat.com/" }, - "Bold Page Builder": { - "cats": [ - 87, - 51 - ], - "description": "Bold Page Builder is a plugin or a theme component that allows users to structure and design responsive pages.", - "icon": "Bold Page Builder.png", - "requires": "WordPress", - "scriptSrc": "/wp-content/plugins/bold-page-builder/", - "website": "https://wordpress.org/plugins/bold-page-builder" - }, - "Bold Themes": { - "cats": [ - 80 - ], - "description": "Bold Themes is a powerful and easy to use premium WordPress themes.", - "icon": "Bold Themes.png", - "implies": "WordPress", - "js": { - "BoldThemesURI": "", - "boldthemes_theme_loaded": "^true$" - }, - "pricing": [ - "onetime" - ], - "website": "https://bold-themes.com/wordpress-themes-plugins/" - }, "Bold Commerce": { "cats": [ 76 @@ -1310,6 +1283,17 @@ "scriptSrc": "motivate\\.boldapps\\.net/", "website": "https://boldcommerce.com/motivator" }, + "Bold Page Builder": { + "cats": [ + 87, + 51 + ], + "description": "Bold Page Builder is a plugin or a theme component that allows users to structure and design responsive pages.", + "icon": "Bold Page Builder.png", + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/bold-page-builder/", + "website": "https://wordpress.org/plugins/bold-page-builder" + }, "Bold Product Options": { "cats": [ 100 @@ -1354,6 +1338,22 @@ "scriptSrc": "sub\\.boldapps\\.net/", "website": "https://boldcommerce.com/shopify-subscription-app" }, + "Bold Themes": { + "cats": [ + 80 + ], + "description": "Bold Themes is a powerful and easy to use premium WordPress themes.", + "icon": "Bold Themes.png", + "implies": "WordPress", + "js": { + "BoldThemesURI": "", + "boldthemes_theme_loaded": "^true$" + }, + "pricing": [ + "onetime" + ], + "website": "https://bold-themes.com/wordpress-themes-plugins/" + }, "Bold Upsell": { "cats": [ 100 diff --git a/src/technologies/c.json b/src/technologies/c.json index 2def9068d..38506940c 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2054,6 +2054,9 @@ 6, 93 ], + "cookies": { + "cloudify_session": "" + }, "description": "Cloudify.store is a subscription-based platform that allows anyone to set up a hyperlocal quick commerce business.", "icon": "Cloudify.store.png", "implies": [ @@ -2061,9 +2064,6 @@ "MySQL", "React" ], - "cookies": { - "cloudify_session": "" - }, "pricing": [ "payg" ], diff --git a/src/technologies/k.json b/src/technologies/k.json index f19621a91..ffd379130 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -39,6 +39,19 @@ "saas": true, "website": "https://www.kmk.net.tr" }, + "KPHP": { + "cats": [ + 27 + ], + "description": "KPHP (kPHP or KittenPHP) is a free PHP-to- C++ source-to-source translator, developed by VKontakte.", + "headers": { + "x-powered-by": "^KPHP/([\\d\\.]+)$\\;version:\\1" + }, + "icon": "default.svg", + "implies": "PHP", + "oss": true, + "website": "https://vkcom.github.io/kphp" + }, "KQS.store": { "cats": [ 6 @@ -995,19 +1008,6 @@ ], "website": "https://kount.com" }, - "KPHP": { - "cats": [ - 27 - ], - "description": "KPHP (kPHP or KittenPHP) is a free PHP-to- C++ source-to-source translator, developed by VKontakte.", - "headers": { - "x-powered-by": "^KPHP/([\\d\\.]+)$\\;version:\\1" - }, - "icon": "default.svg", - "implies": "PHP", - "oss": true, - "website": "https://vkcom.github.io/kphp" - }, "Ktor": { "cats": [ 18 diff --git a/src/technologies/p.json b/src/technologies/p.json index 9036758af..0a5378f1f 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -3357,4 +3357,4 @@ }, "website": "http://punbb.informer.com" } -} +} \ No newline at end of file diff --git a/src/technologies/s.json b/src/technologies/s.json index f393457fb..f1a289e13 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2210,6 +2210,26 @@ "requires": "Shopify", "website": "https://shoppay.affirm.com" }, + "ShopBase": { + "cats": [ + 6, + 106 + ], + "description": " ShopBase is a cross-border ecommerce platform for all Dropshipping/Print-on-Demand novices and experienced merchants.", + "headers": { + "content-security-policy": "(?:accounts|templates)\\.shopbase\\.com" + }, + "icon": "ShopBase.svg", + "js": { + "sbsdk.checkout.setEnableABTestCustomer": "" + }, + "pricing": [ + "recurring", + "low" + ], + "saas": true, + "website": "https://www.shopbase.com" + }, "ShopGold": { "cats": [ 6 @@ -2307,26 +2327,6 @@ "scriptSrc": "mediacdn\\.shopatron\\.com", "website": "http://ecommerce.shopatron.com" }, - "ShopBase": { - "cats": [ - 6, - 106 - ], - "description": " ShopBase is a cross-border ecommerce platform for all Dropshipping/Print-on-Demand novices and experienced merchants.", - "icon": "ShopBase.svg", - "headers": { - "content-security-policy": "(?:accounts|templates)\\.shopbase\\.com" - }, - "js": { - "sbsdk.checkout.setEnableABTestCustomer": "" - }, - "saas": true, - "pricing": [ - "recurring", - "low" - ], - "website": "https://www.shopbase.com" - }, "Shopcada": { "cats": [ 6 diff --git a/src/technologies/u.json b/src/technologies/u.json index 125f465ee..d30f0c125 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -891,4 +891,4 @@ "website": "https://utteranc.es/", "xhr": "\\.utteranc\\.es" } -} +} \ No newline at end of file