-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
36 lines (36 loc) · 1.03 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
{
"id": "anonymous",
"title": "Anonymous",
"description": "Makes non player-owned creatures anonymous across the foundry",
"authors": [
{
"name": "Idle",
"discord": "Idle#3251"
}
],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "12.328",
"verified": "12.328",
"maximum": "12"
},
"version": "1.6.2",
"url": "https://github.com/reonZ/anonymous",
"readme": "https://github.com/reonZ/anonymous/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/anonymous/master/module.json",
"download": "https://github.com/reonZ/anonymous/releases/download/1.6.2/module.zip",
"changelog": "https://github.com/reonZ/anonymous/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/anonymous/issues",
"styles": [
"styles/styles.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
]
}