Spaces:
Build error
Build error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -8,7 +8,8 @@ import musicInsetIconURL from './music/music-small.svg';
|
|
8 |
|
9 |
import penIconURL from './pen/pen.png';
|
10 |
import penInsetIconURL from './pen/pen-small.svg';
|
11 |
-
|
|
|
12 |
import posenet4scratchIcon from './izum00/posenet4scratch/icon.png';
|
13 |
import posenet4scratchThumb from './izum00/posenet4scratch/thumb.png';
|
14 |
|
@@ -503,6 +504,15 @@ const menuItems = [
|
|
503 |
featured: true,
|
504 |
internetConnectionRequired: true
|
505 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
506 |
{
|
507 |
name: 'Sensing Plus',
|
508 |
extensionId: 'https://extensions.turbowarp.org/obviousAlexC/SensingPlus.js',
|
@@ -1577,7 +1587,7 @@ if (IsLocal || IsLiveTests) {
|
|
1577 |
{
|
1578 |
name: 'Debugging',
|
1579 |
extensionId: 'jgDebugging',
|
1580 |
-
iconURL:
|
1581 |
tags: ['penguinmod'],
|
1582 |
description: 'ๆ
ๅ ฑใใญใฐใซ่จ้ฒใใใณใใณใใๅฎ่กใใพใใใใใฑใผใธๅใใใใใญใธใงใฏใใฎใใใใฐใใใกใใฃใจใใๅคๆดใซๆ้ฉใงใใ',
|
1583 |
featured: true
|
@@ -1655,7 +1665,8 @@ if (IsLocal || IsLiveTests) {
|
|
1655 |
customInsetColor: '#B200FF',
|
1656 |
insetIconURL: jg3dVrInsetExtensionIcon,
|
1657 |
description: '้็บไธญใไบๆๆงใๆใชใใใๅฏ่ฝๆงใใใใพใใใใฌใคใคใผใใใชใใฎไธ็ใซ้ฃใณ่พผใใใใใซใใพใใใ๏ผ',
|
1658 |
-
featured: true
|
|
|
1659 |
},
|
1660 |
{
|
1661 |
name: 'Interfaces',
|
@@ -1721,6 +1732,7 @@ if (IsLocal || IsLiveTests) {
|
|
1721 |
tags: ['penguinmod', 'hardware'],
|
1722 |
description: '้็บไธญ',
|
1723 |
credits: 'Vadik1',
|
|
|
1724 |
featured: true
|
1725 |
}
|
1726 |
];
|
|
|
8 |
|
9 |
import penIconURL from './pen/pen.png';
|
10 |
import penInsetIconURL from './pen/pen-small.svg';
|
11 |
+
import sharkpoolLooksExpandedIcon from './penguinmod/extensions/looksExpanded.svg';
|
12 |
+
import jgDebuggingIcon from './penguinmod/extensions/debugging.svg';
|
13 |
import posenet4scratchIcon from './izum00/posenet4scratch/icon.png';
|
14 |
import posenet4scratchThumb from './izum00/posenet4scratch/thumb.png';
|
15 |
|
|
|
504 |
featured: true,
|
505 |
internetConnectionRequired: true
|
506 |
},
|
507 |
+
{
|
508 |
+
name: 'Looks Expanded',
|
509 |
+
extensionId: 'https://sharkpools-extensions.vercel.app/extension-code/Looks-Expanded.js',
|
510 |
+
iconURL: sharkpoolLooksExpandedIcon,
|
511 |
+
tags: ['penguinmod', 'categoryexpansion', 'graphics'],
|
512 |
+
description: 'Expansion of the Looks Category.',
|
513 |
+
extDeveloper: 'SharkPool, CST1229',
|
514 |
+
featured: true
|
515 |
+
},
|
516 |
{
|
517 |
name: 'Sensing Plus',
|
518 |
extensionId: 'https://extensions.turbowarp.org/obviousAlexC/SensingPlus.js',
|
|
|
1587 |
{
|
1588 |
name: 'Debugging',
|
1589 |
extensionId: 'jgDebugging',
|
1590 |
+
iconURL: jgDebuggingIcon,
|
1591 |
tags: ['penguinmod'],
|
1592 |
description: 'ๆ
ๅ ฑใใญใฐใซ่จ้ฒใใใณใใณใใๅฎ่กใใพใใใใใฑใผใธๅใใใใใญใธใงใฏใใฎใใใใฐใใใกใใฃใจใใๅคๆดใซๆ้ฉใงใใ',
|
1593 |
featured: true
|
|
|
1665 |
customInsetColor: '#B200FF',
|
1666 |
insetIconURL: jg3dVrInsetExtensionIcon,
|
1667 |
description: '้็บไธญใไบๆๆงใๆใชใใใๅฏ่ฝๆงใใใใพใใใใฌใคใคใผใใใชใใฎไธ็ใซ้ฃใณ่พผใใใใใซใใพใใใ๏ผ',
|
1668 |
+
featured: true,
|
1669 |
+
extensionWarningOnImport: true
|
1670 |
},
|
1671 |
{
|
1672 |
name: 'Interfaces',
|
|
|
1732 |
tags: ['penguinmod', 'hardware'],
|
1733 |
description: '้็บไธญ',
|
1734 |
credits: 'Vadik1',
|
1735 |
+
extensionWarningOnImport: true,
|
1736 |
featured: true
|
1737 |
}
|
1738 |
];
|