Skip to content

Commit

Permalink
✨ feat: add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 19, 2023
1 parent 3aab496 commit 3d9ca74
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "searchEngine",
"version": "1",
"schema": {
"description": "查询搜索引擎获取信息",
"name": "searchEngine",
"parameters": {
"properties": {
"keywords": {
"description": "关键词",
"type": "string"
}
},
"required": [
"keywords"
],
"type": "object"
}
},
"server": {
"url": "https://search-engine.chat-plugin.lobehub.com/api/v1"
}
}

0 comments on commit 3d9ca74

Please sign in to comment.