Skip to content

Commit de02ab5

Browse files
committed
Merge branch 'develop' of https://github.com/PenguinMod/penguinmod.github.io into develop
2 parents c001c34 + ea053d4 commit de02ab5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';
135135

136136
// sharkpool
137137
import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg';
138+
import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg';
138139
import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg';
139140

140141
// events
@@ -356,6 +357,14 @@ const menuItems = [
356357
description: 'An audio grouping system for more intensive audio work.',
357358
featured: true
358359
},
360+
{
361+
name: 'Tune Shark V3',
362+
extensionId: 'https://sharkpools-extensions.vercel.app/extension-code/Tune-Shark-V3.js',
363+
iconURL: sharkpoolTuneIcon,
364+
tags: ['penguinmod', 'categoryexpansion', 'noisemaker'],
365+
description: 'Advanced audio engine with complex sound control, multiple audio effects and more!',
366+
featured: true
367+
},
359368
{
360369
name: 'Sound Waves',
361370
extensionId: 'https://extensions.penguinmod.com/extensions/SharkPool/Sound-Waves.js',

0 commit comments

Comments
 (0)