Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
52 changes: 52 additions & 0 deletions src/images/icons/zenbasket.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions src/technologies/z.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,52 @@
],
"website": "https://zenplanner.com"
},
"ZenBasket": {
"cats": [
6
],
"cookies": {
"zenbasket_session": ""
},
"description": "ZenBasket is a modern e-commerce website builder that allows users to create, customize, and manage online stores with drag-and-drop features and integrated payment solutions.",
"dom": {
"link[href*='getzenbasket.com']": {
"attributes": {
"href": "(?:cdn\\.|assets\\.|[a-z]{2}\\.images\\.)getzenbasket\\.com;confidence:50"
}
},
"img[src*='getzenbasket.com']": {
"attributes": {
"src": "(?:cdn\\.|assets\\.|[a-z]{2}\\.images\\.)getzenbasket\\.com;confidence:50"
}
}
},
"icon": "zenbasket.svg",
"js": {
"ZenBasket": ";confidence:25",
"ZenBasketApp": "",
"ZenBasketStore": ""
},
"meta": {
"zenbasket-platform": "",
"generator": "ZenBasket;confidence:50"
},
"html": "<meta[^>]*name=[\"']zenbasket-platform[\"'][^>]*>",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why isn't this done as an actual meta element?
https://github.com/enthec/webappanalyzer?tab=readme-ov-file#specification

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the feedback!

You're right since Wappalyzer "meta" key natively handles detection of zenbasket-platform, there's no need to use an HTML regex for this.
I have removed the corresponding HTML regex line from the PR and kept the detection under "meta" as per the specification.

Please let me know if further changes are needed!

"pricing": [
"low",
"mid",
"recurring",
"freemium"
],
"saas": true,
"url": [
"^https?//.+\\.getzenbasket\\.com"
],
"website": "https://www.getzenbasket.com",
"xhr": [
"\\.getzenbasket\\.com"
]
},
"Zenbooker": {
"cats": [
72
Expand Down