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

19 lines
753 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",
"url": "https://raw.githubusercontent.com/foryoung365/lobechat-plugin-google/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": "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.",
"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",
"name_for_model": "search-engine-google-custom-search",
2024-04-15 15:38:21 +00:00
"schema_version": "v1"
}