Skip to content

Commit 6f80fae

Browse files
committed
old todo had adding zip ext as something todo
1 parent 2aca02e commit 6f80fae

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,16 @@ const menuItems = [
329329
description: 'Blocks for reading and creating files.',
330330
featured: true
331331
},
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+
},
332342
{
333343
name: 'Pen+',
334344
extensionId: 'https://extensions.penguinmod.com/extensions/ObviousAlexC/PenPlus.js',
@@ -717,7 +727,7 @@ const menuItems = [
717727
},
718728
{
719729
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',
721731
tags: ['turbowarp', 'joke'],
722732
iconURL: 'https://extensions.turbowarp.org/images/Lily/McUtils.png',
723733
insetIconURL: turbowarpIcon,

0 commit comments

Comments
 (0)