Skip to content

Commit

Permalink
Put My Blocks+ and Better Comments in the main gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Nov 22, 2024
1 parent 36d4aea commit 784bd09
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';
// sharkpool
import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg';
import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg';
import sharkpoolMBPIcon from './penguinmod/extensions/myBlocksPlus.svg';
import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg';
import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg';

// events
Expand Down Expand Up @@ -363,6 +365,7 @@ const menuItems = [
iconURL: sharkpoolTuneIcon,
tags: ['penguinmod', 'categoryexpansion', 'noisemaker'],
description: 'Advanced audio engine with complex sound control, multiple audio effects and more!',
extDeveloper: 'SharkPool',
featured: true
},
{
Expand Down Expand Up @@ -418,6 +421,24 @@ const menuItems = [
description: 'More operators like nand, nor, character code to character, reading multiple lined text line by line, etc.',
featured: true
},
{
name: 'My Blocks+',
extensionId: 'https://sharkpools-extensions.vercel.app/extension-code/My-Blocks-Plus.js',
iconURL: sharkpoolMBPIcon,
tags: ['penguinmod', 'categoryexpansion'],
description: 'Create private or global custom blocks with custom inputs, colors, and more!',
extDeveloper: 'SharkPool, CST1229, 0znzw',
featured: true
},
{
name: 'Better Comments',
extensionId: 'https://sharkpools-extensions.vercel.app/extension-code/Better-Comments.js',
iconURL: sharkpoolBCIcon,
tags: ['penguinmod', 'categoryexpansion'],
description: 'Better Comments with Customization and Markdown support',
extDeveloper: 'SharkPool',
featured: true
},
{
name: 'JSON',
extensionId: 'jgJSON',
Expand Down

0 comments on commit 784bd09

Please sign in to comment.