From 2638f35ec9d59ab5231cf171a650ca68c6c611fc Mon Sep 17 00:00:00 2001 From: cyber-kani <85181801+cyber-kani@users.noreply.github.com> Date: Thu, 10 Sep 2026 05:32:57 +0000 Subject: [PATCH] Add ShopWise (e-commerce platform) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ShopWise is a multi-tenant e-commerce platform (online stores + marketplaces, hosted admin, theme editor, dropshipping, built-in checkout). Category: Ecommerce (6). Primary detection is the `js` fingerprint window.__SHOPWISE__ (a runtime global the app sets on every page) — the site's CDN strips X-Powered-By and the generator meta, so those are kept only as secondary signals. Icon added at src/images/icons/ShopWise.svg. Co-Authored-By: Claude Opus 4.8 --- src/images/icons/ShopWise.svg | 1 + src/technologies/s.json | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 src/images/icons/ShopWise.svg diff --git a/src/images/icons/ShopWise.svg b/src/images/icons/ShopWise.svg new file mode 100644 index 00000000..91419e6f --- /dev/null +++ b/src/images/icons/ShopWise.svg @@ -0,0 +1 @@ +SW diff --git a/src/technologies/s.json b/src/technologies/s.json index d51e41d8..53b89fed 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5565,6 +5565,38 @@ ], "website": "https://www.shopwired.co.uk" }, + "ShopWise": { + "cats": [ + 6 + ], + "description": "ShopWise is a multi-tenant e-commerce platform for building online stores and marketplaces, with a hosted admin, theme editor, dropshipping and a built-in checkout.", + "dom": { + "link[href*='.myshopwise.now']": { + "exists": "" + } + }, + "headers": { + "X-Powered-By": "ShopWise" + }, + "icon": "ShopWise.svg", + "implies": [ + "Node.js", + "Nuxt.js" + ], + "js": { + "__SHOPWISE__.name": "ShopWise", + "__SHOPWISE__.version": "" + }, + "meta": { + "generator": "ShopWise" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "website": "https://shopwise.now" + }, "ShopX": { "cats": [ 6 @@ -15554,4 +15586,4 @@ ], "website": "https://www.syte.ai" } -} \ No newline at end of file +}