From d8655657a8e3f01fe22c4705dfbfc2c7a222fe4c Mon Sep 17 00:00:00 2001 From: foryoung365 Date: Mon, 28 Apr 2025 18:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20manifest.json=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E7=B1=BB=E5=9E=8B=E4=B8=BA?= =?UTF-8?q?=20user=5Fhttp=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=8E=88=E6=9D=83=E7=B1=BB=E5=9E=8B=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9E=8B=E6=8F=8F=E8=BF=B0=E4=BB=A5?= =?UTF-8?q?=E5=8C=85=E5=90=AB=20API=20=E5=AF=86=E9=92=A5=E5=92=8C=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E6=90=9C=E7=B4=A2=E5=BC=95=E6=93=8E=20ID=20?= =?UTF-8?q?=E7=9A=84=E8=A6=81=E6=B1=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 020f9c8..96e645c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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",