Skip to content

Commit

Permalink
Merge pull request #47 from jdevalk/jdv/brizy
Browse files Browse the repository at this point in the history
Add support for Brizy detection
  • Loading branch information
tunetheweb authored Jul 5, 2024
2 parents 8b79573 + 38ae42f commit 76b16a7
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/images/icons/brizy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions src/technologies/b.json
Original file line number Diff line number Diff line change
Expand Up @@ -2363,6 +2363,34 @@
],
"website": "https://brimble.io"
},
"Brizy Cloud": {
"cats": [
1,
51
],
"description": "Brizy Cloud is a platform for creating and managing websites using an intuitive drag-and-drop editor, allowing users to design and publish sites without any coding knowledge. ",
"html": "<div[^>]+class=[\"']brz-root__container",
"icon": "brizy.svg",
"saas": true,
"scriptSrc": "b-cloud\\.b-cdn\\.net/builds/(?:free|pro)/\\d+-cloud",
"website": "https://brizy.io"
},
"Brizy WordPress": {
"cats": [
51,
87
],
"description": "Brizy WordPress is a plugin that enables users to build and design WordPress websites with an easy-to-use drag-and-drop editor and a wide range of customizable templates.",
"dom": "link[href*='/wp-content/plugins/brizy/']",
"excludes": "Brizy Cloud",
"html": "<div[^>]+class=[\"']brz-root__container",
"icon": "brizy.svg",
"pricing": [
"freemium"
],
"requires": "WordPress",
"website": "https://brizy.io"
},
"Broadstreet": {
"cats": [
36
Expand Down

0 comments on commit 76b16a7

Please sign in to comment.