soiz1 commited on
Commit
006cb12
·
verified ·
1 Parent(s): f395374

Create paint-rounded-rect-seperate/_manifest_entry.js

Browse files
src/addons/addons/paint-rounded-rect-seperate/_manifest_entry.js ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* generated by pull.js */
2
+ const manifest = {
3
+ "noTranslations": true,
4
+ "name": "Seperate Rectangle tool and Rounded Rectangle tool",
5
+ "description": "Adds a seperate Rounded Rectangle tool like in earlier versions of PenguinMod. Does not remove the rounding option from the current rectangle tool.",
6
+ "credits": [
7
+ {
8
+ "name": "JeremyGamer13"
9
+ }
10
+ ],
11
+ "userscripts": [
12
+ {
13
+ "url": "userscript.js"
14
+ }
15
+ ],
16
+ "dynamicEnable": true,
17
+ "dynamicDisable": true,
18
+ "enabledByDefault": false,
19
+ "tags": [
20
+ "new"
21
+ ]
22
+ };
23
+ export default manifest;