Skip to content

Commit 5391e12

Browse files
Merge remote-tracking branch 'pm/develop' into merge-upstream
2 parents c1581cf + 784bd09 commit 5391e12

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';
160160
// sharkpool
161161
import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg';
162162
import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg';
163+
import sharkpoolMBPIcon from './penguinmod/extensions/myBlocksPlus.svg';
164+
import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg';
163165
import 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',

src/lib/libraries/extensions/penguinmod/extensions/BetterComments.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)