diff --git a/README.md b/README.md index cccc65a..118d3b9 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,5 @@ Reach out to us via https://helpdesk.blomstra.net. We will get back to you as so - Blomstra provides managed Flarum hosting. - https://blomstra.net - https://blomstra.community/t/ext-search + +Icon made by [Freepik](https://www.freepik.com) from [Flaticon](https://www.flaticon.com/). diff --git a/composer.json b/composer.json index da9f1b3..3700410 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "blomstra/search", - "description": "Replaces Flarum search with a fulltext search server.", + "description": "Replaces Flarum search with a fulltext elastic search server.", "keywords": [ "extension", "flarum", "blomstra", - "search", "fulltext" + "search", "fulltext", "elastic", "elasticsearch" ], "support": { "email": "helpdesk@blomstra.net", @@ -30,7 +30,7 @@ "title": "Search", "category": "feature", "icon": { - "image": "resources/assets/logo.svg", + "image": "resources/assets/logo.png", "backgroundColor": "#E3E7F1", "backgroundSize": "100%", "backgroundRepeat": "no-repeat", diff --git a/resources/assets/logo.png b/resources/assets/logo.png new file mode 100644 index 0000000..d5eef47 Binary files /dev/null and b/resources/assets/logo.png differ