Skip to content

Commit

Permalink
✨ feat: add meta into manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 2, 2023
1 parent 5085f85 commit 48da33e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
],
"gateway": "http://localhost:3400/api/gateway",
"identifier": "plugin-identifier",
"meta": {
"avatar": "🚀",
"tags": ["template"],
"title": "Chat Plugin Template",
"description": "This is the plugin template for LobeChat plugin development"
},
"ui": {
"url": "http://localhost:3400",
"height": 200
Expand Down
7 changes: 7 additions & 0 deletions public/manifest-standalone.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../node_modules/@lobehub/chat-plugin-sdk/schema.json",
"api": [
{
"url": "http://localhost:3400/api/clothes",
Expand All @@ -23,6 +24,12 @@
}
],
"identifier": "plugin-identifier-standalone",
"meta": {
"avatar": "🚀",
"tags": ["template"],
"title": "Chat Plugin Template",
"description": "This is the plugin template for LobeChat plugin development"
},
"type": "standalone",
"ui": {
"url": "http://localhost:3400/iframe",
Expand Down

0 comments on commit 48da33e

Please sign in to comment.