improved description, added logo
This commit is contained in:
parent
1cb8aac47b
commit
48feda2877
|
|
@ -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.
|
- Blomstra provides managed Flarum hosting.
|
||||||
- https://blomstra.net
|
- https://blomstra.net
|
||||||
- https://blomstra.community/t/ext-search
|
- https://blomstra.community/t/ext-search
|
||||||
|
|
||||||
|
Icon made by [Freepik](https://www.freepik.com) from [Flaticon](https://www.flaticon.com/).
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "blomstra/search",
|
"name": "blomstra/search",
|
||||||
"description": "Replaces Flarum search with a fulltext search server.",
|
"description": "Replaces Flarum search with a fulltext elastic search server.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"extension",
|
"extension",
|
||||||
"flarum", "blomstra",
|
"flarum", "blomstra",
|
||||||
"search", "fulltext"
|
"search", "fulltext", "elastic", "elasticsearch"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"email": "helpdesk@blomstra.net",
|
"email": "helpdesk@blomstra.net",
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
"title": "Search",
|
"title": "Search",
|
||||||
"category": "feature",
|
"category": "feature",
|
||||||
"icon": {
|
"icon": {
|
||||||
"image": "resources/assets/logo.svg",
|
"image": "resources/assets/logo.png",
|
||||||
"backgroundColor": "#E3E7F1",
|
"backgroundColor": "#E3E7F1",
|
||||||
"backgroundSize": "100%",
|
"backgroundSize": "100%",
|
||||||
"backgroundRepeat": "no-repeat",
|
"backgroundRepeat": "no-repeat",
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Loading…
Reference in New Issue