lobechat-plugin-workers-sch.../public/manifest.json

16 lines
521 B
JSON
Raw Normal View History

2024-03-26 02:25:28 +00:00
{
"$schema": "../node_modules/@lobehub/chat-plugin-sdk/schema.json",
"api": [],
"author": "GithuBarry",
"homepage": "https://github.com/GithuBarry/chat-plugin-search-engine",
"identifier": "search-engine-serper",
"meta": {
"avatar": "🔍",
"tags": ["web", "search"],
"title": "Search Engine Serper",
"description": "Query search engine to get information"
},
"openapi": "https://raw.githubusercontent.com/GithuBarry/chat-plugin-search-engine/main/public/openapi.json",
"version": "1"
}