Add ShopWise (e-commerce platform) - #357
Open
cyber-kani wants to merge 1 commit into
Open
Conversation
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 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ShopWise
ShopWise is a multi-tenant e-commerce platform for building online stores and marketplaces (hosted admin, theme editor, dropshipping, built-in checkout). Stores are served on
*.myshopwise.nowand custom domains.Category: Ecommerce (6)
Detection
js: the app sets a runtime globalwindow.__SHOPWISE__({ name: "ShopWise", platform: "ShopWise", version }) on every page. This is the reliable signal because ShopWise sites sit behind a CDN that strips response headers and thegeneratormeta.X-Powered-By: ShopWiseheader and<meta name="generator" content="ShopWise">(emitted by the app; may be stripped by the CDN edge on hosted stores).dom: links to*.myshopwise.now.Icon added at
src/images/icons/ShopWise.svg. Structure, order, and schema validators pass locally.🤖 Generated with Claude Code