Skip to content

Commit 784bd09

Browse files
authored
Put My Blocks+ and Better Comments in the main gallery
1 parent 36d4aea commit 784bd09

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';
136136
// sharkpool
137137
import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg';
138138
import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg';
139+
import sharkpoolMBPIcon from './penguinmod/extensions/myBlocksPlus.svg';
140+
import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg';
139141
import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg';
140142

141143
// events
@@ -363,6 +365,7 @@ const menuItems = [
363365
iconURL: sharkpoolTuneIcon,
364366
tags: ['penguinmod', 'categoryexpansion', 'noisemaker'],
365367
description: 'Advanced audio engine with complex sound control, multiple audio effects and more!',
368+
extDeveloper: 'SharkPool',
366369
featured: true
367370
},
368371
{
@@ -418,6 +421,24 @@ const menuItems = [
418421
description: 'More operators like nand, nor, character code to character, reading multiple lined text line by line, etc.',
419422
featured: true
420423
},
424+
{
425+
name: 'My Blocks+',
426+
extensionId: 'https://sharkpools-extensions.vercel.app/extension-code/My-Blocks-Plus.js',
427+
iconURL: sharkpoolMBPIcon,
428+
tags: ['penguinmod', 'categoryexpansion'],
429+
description: 'Create private or global custom blocks with custom inputs, colors, and more!',
430+
extDeveloper: 'SharkPool, CST1229, 0znzw',
431+
featured: true
432+
},
433+
{
434+
name: 'Better Comments',
435+
extensionId: 'https://sharkpools-extensions.vercel.app/extension-code/Better-Comments.js',
436+
iconURL: sharkpoolBCIcon,
437+
tags: ['penguinmod', 'categoryexpansion'],
438+
description: 'Better Comments with Customization and Markdown support',
439+
extDeveloper: 'SharkPool',
440+
featured: true
441+
},
421442
{
422443
name: 'JSON',
423444
extensionId: 'jgJSON',

0 commit comments

Comments
 (0)