File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ import penguinmodLibraryExtensionIcon from './penguinmod/library.svg';
60
60
import sharkpoolGalleryIcon from './penguinmod/sharkpool-library.svg' ;
61
61
62
62
import turboBuilderIcon from './penguinmod/turbobuilder.png' ;
63
+ import turboBuilderDevIcon from './penguinmod/turbobuilder-dev.png' ;
63
64
64
65
import filesExtensionIcon from './penguinmod/extensions/files.png' ;
65
66
import jgJSONExtensionIcon from './penguinmod/extensions/json.png' ;
@@ -1027,6 +1028,17 @@ const menuItems = [
1027
1028
featured : true ,
1028
1029
disabled : ! ( IsLocal || IsLiveTests )
1029
1030
} ,
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
+ } ,
1030
1042
{
1031
1043
// not really an extension, but it's easiest to present it as one
1032
1044
name : (
You can’t perform that action at this time.
0 commit comments