File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,16 @@ const menuItems = [
329
329
description : 'Blocks for reading and creating files.' ,
330
330
featured : true
331
331
} ,
332
+ {
333
+ name : 'Zip' ,
334
+ extensionId : 'https://extensions.turbowarp.org/CST1229/zip.js' ,
335
+ iconURL : 'https://extensions.turbowarp.org/images/CST1229/zip.svg' ,
336
+ insetIconURL : turbowarpIcon ,
337
+ tags : [ 'turbowarp' , 'datamgmt' ] ,
338
+ description : 'Create and edit .zip format files, including .sb3 files.' ,
339
+ twDeveloper : 'CST1229' ,
340
+ featured : true
341
+ } ,
332
342
{
333
343
name : 'Pen+' ,
334
344
extensionId : 'https://extensions.penguinmod.com/extensions/ObviousAlexC/PenPlus.js' ,
@@ -717,7 +727,7 @@ const menuItems = [
717
727
} ,
718
728
{
719
729
name : 'McUtils' ,
720
- extensionId : 'https://extensions.turbowarp.org/Lily/McUtils.js' , // update reference once file names are updated
730
+ extensionId : 'https://extensions.turbowarp.org/Lily/McUtils.js' ,
721
731
tags : [ 'turbowarp' , 'joke' ] ,
722
732
iconURL : 'https://extensions.turbowarp.org/images/Lily/McUtils.png' ,
723
733
insetIconURL : turbowarpIcon ,
You can’t perform that action at this time.
0 commit comments