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

19 lines
720 B
JSON
Raw Normal View History

2024-03-26 02:17:45 +00:00
{
2024-04-15 15:38:21 +00:00
"api": {
"type": "openapi",
2024-04-15 16:13:41 +00:00
"url": "https://raw.githubusercontent.com/GithuBarry/chat-plugin-search-engine/main/public/openapi.json",
2024-04-15 15:38:21 +00:00
"is_user_authenticated": false
2024-03-26 02:17:45 +00:00
},
2024-04-15 15:38:21 +00:00
"auth": {
"type": "none"
},
"contact_email": "33831597+GithuBarry@users.noreply.github.com",
"description_for_human": "Google search engine via Serper.dev free API (2500x🆓/month)",
"description_for_model": "Plugin for performing web searches using the Serper.dev API to access Google search results.",
"legal_info_url": "https://serper.dev/terms",
"logo_url": "https://serper.dev/favicon.ico",
"name_for_human": "Search Google via Serper",
"name_for_model": "search-engine-serper",
"schema_version": "v1"
}