-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
38 lines (38 loc) · 1.11 KB
/
module.json
File metadata and controls
38 lines (38 loc) · 1.11 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
{
"title": "QuickScale",
"id": "quickscale",
"description": "A small module for quickly adjusting the scale of things.",
"compatibility": {
"minimum": 13,
"verified": 13
},
"version": "1.0.0",
"url": "https://github.com/unsoluble/quickscale",
"manifest": "https://github.com/unsoluble/quickscale/releases/latest/download/module.json",
"download": "https://github.com/unsoluble/quickscale/releases/download/1.0.0/module.zip",
"readme": "https://github.com/unsoluble/quickscale/blob/main/README.md",
"bugs": "https://github.com/unsoluble/quickscale/issues",
"changelog": "https://github.com/unsoluble/quickscale/releases",
"authors": [
{
"name": "unsoluble",
"discord": "unsoluble#5084"
}
],
"scripts": ["scripts/nouislider.js", "scripts/wNumb.min.js"],
"esmodules": ["scripts/main.js"],
"styles": ["styles/quickscale.css", "styles/nouislider.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "setup",
"thumbnail": "modules/quickscale/assets/manifest-cover.webp"
}
]
}