diff --git a/src/lib/libraries/extensions/index.jsx b/src/lib/libraries/extensions/index.jsx index cbad29aeba7..f0e37d6102f 100644 --- a/src/lib/libraries/extensions/index.jsx +++ b/src/lib/libraries/extensions/index.jsx @@ -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 @@ -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 }, { @@ -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',