-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
63 lines (63 loc) · 1.53 KB
/
module.json
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
{
"title": "Auto Colorize Folder",
"description": "Auto Colorize Folder module 1.4.0",
"version": "1.4.0",
"authors": [
{
"name": "Prolice",
"discord": ".Prolice",
"flags": {}
}
],
"styles": [
"css/autoColorFolder.css"
],
"scripts": [
"autoColorFolder.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
}
],
"flags": {
"allowBugReporter": true
},
"bugs": "https://github.com/prolice/auto-color-folder/issues",
"url": "https://github.com/prolice/auto-color-folder/",
"readme": "https://github.com/prolice/auto-color-folder/blob/release/README.md",
"changelog": "https://github.com/prolice/auto-color-folder/blob/release/changelog.md",
"manifest": "https://raw.githubusercontent.com/prolice/auto-color-folder/release/module.json",
"download": "https://github.com/prolice/auto-color-folder/releases/download/v1.4.0/module.zip",
"id": "autoColorFolder",
"relationships": {
"requires": [
{
"id": "colorsettings",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ardittristan/VTTColorSettings/master/module.json",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "10",
"verified": "12.330",
"maximum": "12"
}
}