From b4e430d8b054cec2b0c42be119fab95471cc40cd Mon Sep 17 00:00:00 2001 From: Devansh Awatramani <80251412+Devansh-awat@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:17:15 +0530 Subject: [PATCH] Remove Web Search API from manifest.js Removed Web Search API entry from the manifest. --- manifest.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/manifest.js b/manifest.js index c45070a..8b49cbb 100644 --- a/manifest.js +++ b/manifest.js @@ -584,19 +584,6 @@ export default [ descriptionColor: "#c4b5fd", slack: { name: 'hackclub-ai', id: 'C099S1LLFFU' } }, - { - name: 'Web Search API', - description: 'Free Brave Search API for teens. Search the web and find images/videos programmatically!', - icon: 'code', - external: true, - url: 'https://search.hackclub.com', - forUseBy: 'everyone', - fancy: true, - background: "#1a1025", - titleColor: "#e9d5ff", - descriptionColor: "#c4b5fd", - slack: { name: 'hackclub-search', id: 'C0A2XCJL6JU' } - } ] } ]