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 17f9177 commit 5d08e79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
}
],
"identifier": "search-engine",
"meta": {
"avatar": "🔍",
"tags": ["web", "search"],
"title": "Search Engine",
"description": "Query search engine to get information"
},
"settings": {
"type": "object",
"required": ["SERPAPI_API_KEY"],
Expand Down

0 comments on commit 5d08e79

Please sign in to comment.