diff --git a/client/web/plugins/com.msgbyte.ai-assistant/assets/icon.png b/client/web/plugins/com.msgbyte.ai-assistant/assets/icon.png new file mode 100644 index 00000000..28e8a173 Binary files /dev/null and b/client/web/plugins/com.msgbyte.ai-assistant/assets/icon.png differ diff --git a/client/web/plugins/com.msgbyte.ai-assistant/manifest.json b/client/web/plugins/com.msgbyte.ai-assistant/manifest.json index 3b1b6b09..f5dfa131 100644 --- a/client/web/plugins/com.msgbyte.ai-assistant/manifest.json +++ b/client/web/plugins/com.msgbyte.ai-assistant/manifest.json @@ -2,6 +2,7 @@ "label": "AI Assistant", "name": "com.msgbyte.ai-assistant", "url": "/plugins/com.msgbyte.ai-assistant/index.js", + "icon": "/plugins/com.msgbyte.ai-assistant/assets/icon.png", "version": "0.0.0", "author": "moonrailgun", "description": "Add chatgpt into Tailchat", diff --git a/client/web/registry.json b/client/web/registry.json index 7f7abdd7..18cd7fc6 100644 --- a/client/web/registry.json +++ b/client/web/registry.json @@ -204,5 +204,15 @@ "version": "0.0.0", "author": "moonrailgun", "description": "Add sakana widget in tailchat" + }, + { + "label": "AI Assistant", + "name": "com.msgbyte.ai-assistant", + "url": "/plugins/com.msgbyte.ai-assistant/index.js", + "icon": "/plugins/com.msgbyte.ai-assistant/assets/icon.png", + "version": "0.0.0", + "author": "moonrailgun", + "description": "Add chatgpt into Tailchat", + "requireRestart": true } ]