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' ;
@@ -1036,6 +1037,17 @@ const menuItems = [
1036
1037
featured : true ,
1037
1038
disabled : ! ( IsLocal || IsLiveTests )
1038
1039
} ,
1040
+ {
1041
+ // not really an extension, but it's easiest to present it as one
1042
+ name : 'TurboBuilder - Dev Branch' ,
1043
+ href : 'https://turbobuilder-dev.vercel.app/' ,
1044
+ extensionId : 'special_turboBuilderDev' ,
1045
+ iconURL : turboBuilderDevIcon ,
1046
+ description : 'Publicly available developer branch, with the latest features.' ,
1047
+ credits : 'Started by JeremyGamer13, continued by jwklong' ,
1048
+ tags : [ 'extcreate' ] ,
1049
+ featured : true
1050
+ } ,
1039
1051
{
1040
1052
// not really an extension, but it's easiest to present it as one
1041
1053
name : (
You can’t perform that action at this time.
0 commit comments