From 8137751e283abb45ddf82652cd32a4d6665ff9f5 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 2 Dec 2023 22:08:24 +0800 Subject: [PATCH] :sparkles: feat: add plugin meta in manifest.json --- package.json | 1 + public/manifest.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/package.json b/package.json index 3580b18..0536c9b 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "not ie <= 10" ], "dependencies": { + "@lobehub/chat-plugin-sdk": "^1", "@mozilla/readability": "^0.4", "jsdom": "^22", "node-html-markdown": "^1" diff --git a/public/manifest.json b/public/manifest.json index b7bd704..6e2eb92 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,4 +1,5 @@ { + "$schema": "../node_modules/@lobehub/chat-plugin-sdk/schema.json", "api": [ { "name": "getWebsiteContent", @@ -16,6 +17,9 @@ } } ], + "author": "LobeHub", + "createAt": "2023-08-17", + "homepage": "https://github.com/lobehub/chat-plugin-web-crawler", "identifier": "website-crawler", "meta": { "avatar": "🕸",