Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Shopify Chat, Shopify Hydrogen, Global-e and ROUTE Detection #20

Merged
merged 5 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/technologies/g.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,13 +1035,16 @@
"cookies": {
"GlobalE_CT_Data": "",
"GlobalE_Data": "",
"GlobalE_SupportThirdPartCookies": ""
"GlobalE_SupportThirdPartCookies": "",
"GLBE_SESS_ID": "",
"GlobalE_Consent": ""
},
"description": "Global-e is a provider of cross-border ecommerce solutions.",
"icon": "Global-e.svg",
"js": {
"GLOBALE_ENGINE_CONFIG": "",
"GlobalE": ""
"GlobalE": "",
"GLBE_PARAMS": ""
},
"pricing": [
"poa"
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/h.json
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@
],
"description": "Hydrogen is a front-end web development framework used for building Shopify custom storefronts.",
"headers": {
"powered-by": "^Shopify-Hydrogen$"
"powered-by": "^Hydrogen$"
},
"icon": "Hydrogen.svg",
"implies": [
Expand Down
8 changes: 6 additions & 2 deletions src/technologies/r.json
Original file line number Diff line number Diff line change
Expand Up @@ -2343,9 +2343,13 @@
"description": "Route is a delivery and shipping tracking app",
"icon": "route.png",
"js": {
"Routeapp": ""
"Routeapp": "",
"routeWidgetInitialized": ""
},
"scriptSrc": "//cdn.routeapp.io/",
"scriptSrc": [
"cdn\\.routeapp\\.io",
"shopify-widget\\.route\\.com"
],
"website": "https://route.com/"
},
"Royal Mail": {
Expand Down
4 changes: 1 addition & 3 deletions src/technologies/s.json
Original file line number Diff line number Diff line change
Expand Up @@ -2586,11 +2586,9 @@
100
],
"description": "Shopify Chat is Shopify's native live chat function that allows you to have real-time conversations with customers visiting your Shopify store.",
"dom": "div#shopify-chat",
"icon": "Shopify.svg",
"implies": "Shopify",
"scriptSrc": [
"cdn\\.shopify\\.com/shopifycloud/shopify_chat/"
],
"website": "https://www.shopify.com/inbox"
},
"Shopify Consent Management": {
Expand Down
Loading