Skip to content

Commit 379324c

Browse files
authored
turbobuilder dev on pm
1 parent 7798aef commit 379324c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ import penguinmodLibraryExtensionIcon from './penguinmod/library.svg';
6060
import sharkpoolGalleryIcon from './penguinmod/sharkpool-library.svg';
6161

6262
import turboBuilderIcon from './penguinmod/turbobuilder.png';
63+
import turboBuilderDevIcon from './penguinmod/turbobuilder-dev.png';
6364

6465
import filesExtensionIcon from './penguinmod/extensions/files.png';
6566
import jgJSONExtensionIcon from './penguinmod/extensions/json.png';
@@ -1027,6 +1028,17 @@ const menuItems = [
10271028
featured: true,
10281029
disabled: !(IsLocal || IsLiveTests)
10291030
},
1031+
{
1032+
// not really an extension, but it's easiest to present it as one
1033+
name: 'TurboBuilder - Dev Branch',
1034+
href: 'https://turbobuilder-dev.vercel.app/',
1035+
extensionId: 'special_turboBuilderDev',
1036+
iconURL: turboBuilderDevIcon,
1037+
description: 'Publicly available developer branch, with the latest features.',
1038+
credits: 'Started by JeremyGamer13, continued by jwklong',
1039+
tags: ['extcreate'],
1040+
featured: true
1041+
},
10301042
{
10311043
// not really an extension, but it's easiest to present it as one
10321044
name: (
52.1 KB
Loading

0 commit comments

Comments
 (0)