From 99665b3d8b873aad6b709075623c5685f8c70494 Mon Sep 17 00:00:00 2001 From: Thepython555 <144301348+thepython555@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:15:07 -0800 Subject: [PATCH] Update index.jsx --- src/lib/libraries/extensions/index.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/libraries/extensions/index.jsx b/src/lib/libraries/extensions/index.jsx index 3df895f75a2..c16da8c6511 100644 --- a/src/lib/libraries/extensions/index.jsx +++ b/src/lib/libraries/extensions/index.jsx @@ -213,6 +213,14 @@ const menuItems = [ description: 'Fetch Audio and Audio Information from Newgrounds. Works best with Tune Shark', featured: true }, + { + name: 'Snailshare', + extensionId: 'https://ba4x.pro/apiext/api.js', //move to snail ide as soon as you can + iconURL: 'https://ba4x.pro/apiext/snailideapiext.png', + tags: ['penguinmod'], + description: 'Fetch details of projects and users from Snailshare.', + featured: true + }, { name: 'Tile Grids', extensionId: 'https://sharkpools-extensions.vercel.app/extension-code/Tile-Grids.js',