diff --git a/src/drivers/webextension/images/icons/Gutenberg.png b/src/drivers/webextension/images/icons/Gutenberg.png new file mode 100644 index 000000000..60bc3f0d9 Binary files /dev/null and b/src/drivers/webextension/images/icons/Gutenberg.png differ diff --git a/src/technologies/g.json b/src/technologies/g.json index 04c963f0b..3a4d8d3db 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1683,5 +1683,26 @@ }, "icon": "gunicorn.png", "website": "http://gunicorn.org" + }, + "Gutenberg": { + "cats": [ + 87 + ], + "description": "Gutenberg is the code name for the new block based editor introduced in WordPress 5.", + "icon": "Gutenberg.png", + "dom": { + "link[href*='/wp-content/plugins/gutenberg/']": { + "attributes": { + "href": "/wp-content/plugins/gutenberg/.+\\.css(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + } + } + }, + "pricing": [ + "freemium" + ], + "oss": true, + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/gutenberg/", + "website": "https://github.com/WordPress/gutenberg" } } \ No newline at end of file