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 f709ef9 commit 8137751
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"not ie <= 10"
],
"dependencies": {
"@lobehub/chat-plugin-sdk": "^1",
"@mozilla/readability": "^0.4",
"jsdom": "^22",
"node-html-markdown": "^1"
Expand Down
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": "getWebsiteContent",
Expand All @@ -16,6 +17,9 @@
}
}
],
"author": "LobeHub",
"createAt": "2023-08-17",
"homepage": "https://github.com/lobehub/chat-plugin-web-crawler",
"identifier": "website-crawler",
"meta": {
"avatar": "🕸",
Expand Down

0 comments on commit 8137751

Please sign in to comment.