Spaces:
Build error
Build error
Create _manifest_entry.js
Browse files
src/addons/addons/paint-tool-panel/_manifest_entry.js
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* generated by pull.js */
|
2 |
+
const manifest = {
|
3 |
+
"name": "Costume Tool Panel",
|
4 |
+
"description": "Adds a tool menu to the costume editor, to manually edit object transforms and properties.",
|
5 |
+
"credits": [
|
6 |
+
{
|
7 |
+
"name": "SharkPool",
|
8 |
+
"link": "https://github.com/SharkPool-SP/"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"name": "DogeisCut",
|
12 |
+
"link": "https://github.com/DogeisCut/"
|
13 |
+
}
|
14 |
+
],
|
15 |
+
"userscripts": [
|
16 |
+
{
|
17 |
+
"url": "userscript.js"
|
18 |
+
}
|
19 |
+
],
|
20 |
+
"tags": ["editor", "new", "recommended"],
|
21 |
+
"enabledByDefault": true,
|
22 |
+
"dynamicEnable": true,
|
23 |
+
"dynamicDisable": false
|
24 |
+
};
|
25 |
+
export default manifest;
|