Spaces:
Runtime error
Runtime error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -213,6 +213,25 @@ const menuItems = [
|
|
213 |
internetConnectionRequired: true,
|
214 |
bluetoothRequired: false,
|
215 |
helpLink: 'https://champierre.github.io/handpose2scratch/'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
},
|
217 |
{
|
218 |
name: 'TM2Scratch',
|
|
|
213 |
internetConnectionRequired: true,
|
214 |
bluetoothRequired: false,
|
215 |
helpLink: 'https://champierre.github.io/handpose2scratch/'
|
216 |
+
},
|
217 |
+
{
|
218 |
+
name: 'Handpose2Scratch',
|
219 |
+
extensionId: 'handpose2scratch',
|
220 |
+
collaborator: 'champierre',
|
221 |
+
iconURL: 'https://github.com/champierre/handpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch.png',
|
222 |
+
insetIconURL: 'https://github.com/champierre/handpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch-small.png',
|
223 |
+
description: (
|
224 |
+
<FormattedMessage
|
225 |
+
defaultMessage='HandPose2Scratch Blocks.'
|
226 |
+
description='HandPose2Scratch Blocks.'
|
227 |
+
id='gui.extension.handpose2scratchblocks.description'
|
228 |
+
/>
|
229 |
+
),
|
230 |
+
featured: true,
|
231 |
+
disabled: false,
|
232 |
+
internetConnectionRequired: true,
|
233 |
+
bluetoothRequired: false,
|
234 |
+
helpLink: 'https://champierre.github.io/handpose2scratch/'
|
235 |
},
|
236 |
{
|
237 |
name: 'TM2Scratch',
|