Add and configure custom icon

This commit is contained in:
Daniel McKnight 2024-10-04 08:31:56 -07:00
parent 133aa45ef8
commit 955977ecc5
2 changed files with 1 additions and 1 deletions

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

@ -2,6 +2,6 @@
"uuid": "neon-client@mcknight.tech", "uuid": "neon-client@mcknight.tech",
"name": "Neon AI Client", "name": "Neon AI Client",
"description": "Interact with Neon AI via a HANA endpoint", "description": "Interact with Neon AI via a HANA endpoint",
"icon": "microphone-sensitivity-medium", "icon": "icon-active.svg",
"settings-schema": "settings-schema" "settings-schema": "settings-schema"
} }