Skip to content

Commit 48da33e

Browse files
committed
✨ feat: add meta into manifest
1 parent 5085f85 commit 48da33e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

public/manifest-dev.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
],
2626
"gateway": "http://localhost:3400/api/gateway",
2727
"identifier": "plugin-identifier",
28+
"meta": {
29+
"avatar": "🚀",
30+
"tags": ["template"],
31+
"title": "Chat Plugin Template",
32+
"description": "This is the plugin template for LobeChat plugin development"
33+
},
2834
"ui": {
2935
"url": "http://localhost:3400",
3036
"height": 200

public/manifest-standalone.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "../node_modules/@lobehub/chat-plugin-sdk/schema.json",
23
"api": [
34
{
45
"url": "http://localhost:3400/api/clothes",
@@ -23,6 +24,12 @@
2324
}
2425
],
2526
"identifier": "plugin-identifier-standalone",
27+
"meta": {
28+
"avatar": "🚀",
29+
"tags": ["template"],
30+
"title": "Chat Plugin Template",
31+
"description": "This is the plugin template for LobeChat plugin development"
32+
},
2633
"type": "standalone",
2734
"ui": {
2835
"url": "http://localhost:3400/iframe",

0 commit comments

Comments
 (0)