-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtools.json
More file actions
87 lines (87 loc) · 2.79 KB
/
tools.json
File metadata and controls
87 lines (87 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
{
"id": "BlockLink",
"image": "/ext/[id]/cover.svg",
"title": "BlockLink",
"description": "A collaberation system for TurboWarp based Scratch mods",
"created": "---",
"subtext": "Work in progress",
"icon": "/extras/images/icons/wip.png",
"iconText": "Work in progress",
"unsandboxed": true,
"buttons": [
{ "text": "Open", "color": "#cbe0f2", "link": "/ext/[id]/#/tool" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "Manager",
"image": "/tools/[id]/cover.svg",
"title": "Extension Manager",
"description": "Manage the extensions in your projects",
"created": "---",
"subtext": "work in progress",
"icon": "/extras/images/icons/wip.png",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "Open", "color": "#cbe0f2", "link": "/tools/[id]" }
],
"tags": ["unfinished"],
"type": ["web"],
"hidden": false
},
{
"id": "TurboSvgSearch",
"image": "/tools/[id]/cover.svg",
"title": "Turbowarp SVG Search",
"description": "Injects SVG search results from svgviewer.dev directly into the Turbowarp costume library search.",
"created": "---",
"subtext": "Requires a userscript agent",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "Open", "color": "#cbe0f2", "link": "https://greasyfork.org/en/scripts/536023-turbowarp-web-svg-search" }
],
"tags": ["unfinished"],
"type": ["web"],
"hidden": false
},
{
"id": "MegaRepo",
"image": "https://scratchmegarepo.pages.dev/icon.svg",
"title": "The Scratch Mega Repo",
"description": "A large database of Scratch extensions and mods from all over the internet",
"created": "---",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "Open", "color": "#cbe0f2", "link": "https://scratchmegarepo.pages.dev/" }
],
"tags": [],
"type": ["web"],
"hidden": false
},
{
"id": "PMPinSearch",
"image": "/tools/[id]/cover.gif",
"title": "Custom Extension Search",
"description": "Makes custom extensions not act like pins. (for PenguinMod)",
"created": "12/01/2025",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "Open", "color": "#cbe0f2", "link": "/tools/[id]/PinSearch.user.js" }
],
"tags": [],
"type": ["web"],
"hidden": false
}
]