更新 manifest.json,修改认证类型为 user_http,添加自定义授权类型,并更新模型描述以包含 API 密钥和自定义搜索引擎 ID 的要求。

This commit is contained in:
foryoung365 2025-04-28 18:49:29 +08:00
parent 00a04bc016
commit d8655657a8
1 changed files with 3 additions and 2 deletions

View File

@ -5,11 +5,12 @@
"is_user_authenticated": false
},
"auth": {
"type": "none"
"type": "user_http",
"authorization_type": "custom"
},
"contact_email": "1758359+foryoung365@users.noreply.github.com",
"description_for_human": "Google custom search engine API (100🆓/day)",
"description_for_model": "Plugin for performing web searches using the Google custom search engine API.",
"description_for_model": "Plugin for performing web searches using the Google custom search engine API. Requires Google API key and custom search engine ID.",
"legal_info_url": "https://developers.google.com/custom-search/v1/introduction",
"logo_url": "https://www.google.com/favicon.ico",
"name_for_human": "Search Google via Google Custom Search",