-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
26 lines (26 loc) · 966 Bytes
/
module.json
File metadata and controls
26 lines (26 loc) · 966 Bytes
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
{
"name": "twilight-forms",
"title": "Twilight Forms",
"description": "Divides long forms into sections and adds a few UX improvements",
"author": "Sua Mãe, Aquela Católica",
"authors": {
"Name": "Sua Mãe, Aquela Católica",
"email": "alan@tpk.gg",
"discord": "Sua mãe, Aquela Católica#2512"
},
"version": "1.02",
"minimumCoreVersion": "0.8.8",
"compatibleCoreVersion": "0.8.9",
"scripts": [
"scripts/form_sections.js",
"scripts/module_settings_organizer.js",
"scripts/settings.js"
],
"styles": [
"form-sections.css"
],
"manifest": "https://github.com/Rayuaz/twilight-forms/releases/latest/download/module.json",
"url": "https://github.com/Rayuaz/twilight-forms",
"download": "https://github.com/Rayuaz/twilight-forms/releases/latest/download/twilight-forms.zip",
"readme": "https://github.com/Rayuaz/twilight-forms/blob/master/README.md"
}