diff --git a/src/drivers/webextension/images/icons/Gutenberg Blocks.png b/src/drivers/webextension/images/icons/Gutenberg Blocks.png new file mode 100644 index 000000000..deb0eb770 Binary files /dev/null and b/src/drivers/webextension/images/icons/Gutenberg Blocks.png differ diff --git a/src/technologies/g.json b/src/technologies/g.json index 04c963f0b..7a3f2add6 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1683,5 +1683,16 @@ }, "icon": "gunicorn.png", "website": "http://gunicorn.org" + }, + "Gutenberg Blocks": { + "cats": [ + 87 + ], + "description": "Gutenberg Blocks are the editor blocks that are used to create content layouts in the new WordPress block editor aka Gutenberg by Brainstorm Force.", + "icon": "Gutenberg Blocks.png", + "dom": "link[href*='/wp-content/plugins/ultimate-addons-for-gutenberg/']", + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/ultimate-addons-for-gutenberg/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://ultimategutenberg.com" } } \ No newline at end of file