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