@@ -160,6 +160,8 @@ import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';
160160// sharkpool
161161import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg' ;
162162import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg' ;
163+ import sharkpoolMBPIcon from './penguinmod/extensions/myBlocksPlus.svg' ;
164+ import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg' ;
163165import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg' ;
164166
165167// events
@@ -809,6 +811,7 @@ const menuItems = [
809811 iconURL : sharkpoolTuneIcon ,
810812 tags : [ 'penguinmod' , 'categoryexpansion' , 'noisemaker' ] ,
811813 description : 'Advanced audio engine with complex sound control, multiple audio effects and more!' ,
814+ extDeveloper : 'SharkPool' ,
812815 featured : true
813816 } ,
814817 {
@@ -864,6 +867,24 @@ const menuItems = [
864867 description : 'More operators like nand, nor, character code to character, reading multiple lined text line by line, etc.' ,
865868 featured : true
866869 } ,
870+ {
871+ name : 'My Blocks+' ,
872+ extensionId : 'https://sharkpools-extensions.vercel.app/extension-code/My-Blocks-Plus.js' ,
873+ iconURL : sharkpoolMBPIcon ,
874+ tags : [ 'penguinmod' , 'categoryexpansion' ] ,
875+ description : 'Create private or global custom blocks with custom inputs, colors, and more!' ,
876+ extDeveloper : 'SharkPool, CST1229, 0znzw' ,
877+ featured : true
878+ } ,
879+ {
880+ name : 'Better Comments' ,
881+ extensionId : 'https://sharkpools-extensions.vercel.app/extension-code/Better-Comments.js' ,
882+ iconURL : sharkpoolBCIcon ,
883+ tags : [ 'penguinmod' , 'categoryexpansion' ] ,
884+ description : 'Better Comments with Customization and Markdown support' ,
885+ extDeveloper : 'SharkPool' ,
886+ featured : true
887+ } ,
867888 {
868889 name : 'JSON' ,
869890 extensionId : 'jgJSON' ,
0 commit comments