From 314f9b43f13d7f0dc9f0f63d40647d9cc7b2e9a4 Mon Sep 17 00:00:00 2001 From: Aldhanekaa Date: Tue, 27 Jun 2023 08:52:31 +0700 Subject: [PATCH] updated manifest --- bard-ai/index.js | 1 - manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bard-ai/index.js b/bard-ai/index.js index a730f0a..65d3af7 100644 --- a/bard-ai/index.js +++ b/bard-ai/index.js @@ -21,7 +21,6 @@ export const init = async (sessionID) => { url: "https://bard.google.com/", method: "GET", headers: session.headers, - credentials: "include", }); console.log("DATA", response.text); diff --git a/manifest.json b/manifest.json index 3fb3943..a065fb9 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Google Bard Assistant", "version": "0.3.5", "minAppVersion": "0.15.0", - "description": "Explore new possibilities of learning with Integration of Google Bard! It's totally free! It also can show images from your question!", + "description": "Explore new possibilities of learning with Integration of Google Bard! It's totally free! It also can show images from your question! ", "author": "Aldhanekaa", "authorUrl": "https://github.com/Aldhanekaa", "fundingUrl": "",