Skip to content

Commit

Permalink
✨ feat: add plugin meta in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 2, 2023
1 parent 5171d77 commit a5b99f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/manifest.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": [
{
"name": "getCurrentTime",
Expand All @@ -9,6 +10,9 @@
}
}
],
"author": "LobeHub",
"createAt": "2023-11-01",
"homepage": "https://github.com/lobehub/chat-plugin-clock-time",
"identifier": "clock-time",
"meta": {
"avatar": "🕐",
Expand Down

0 comments on commit a5b99f0

Please sign in to comment.