diff --git a/src/apps.json b/src/apps.json index b309797f3..6e6c20c65 100644 --- a/src/apps.json +++ b/src/apps.json @@ -12247,6 +12247,21 @@ "excludes": "MediaWiki", "website": "http://www.xwiki.org", "icon": "xwiki.png" + }, + "Woosa": { + "cats": [ + 1, + 6 + ], + "excludes": [ + "WordPress", + "WooCommerce" + ], + "meta": { + "generator": "^Woosa$" + }, + "icon": "Woosa.png", + "website": "https://woosa.nl" } }, "categories": { diff --git a/src/icons/Woosa.png b/src/icons/Woosa.png new file mode 100644 index 000000000..fbb0baaaa Binary files /dev/null and b/src/icons/Woosa.png differ