-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
40 lines (40 loc) · 1.02 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
{
"title": "iscjavier Crafting",
"description": "Module for homebrew crafting on PF2e",
"id": "iscjavier-crafting",
"version": "0.0.0",
"authors": [
{
"name": "iscjavier",
"url": "https://github.com/iscjavier"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": ["src/main.js"],
"styles": ["css/iscjavier-crafting.css"],
"url": "https://github.com/iscjavier/iscjavier-crafting",
"manifest": "https://github.com/iscjavier/iscjavier-crafting/releases/latest/download/module.json",
"download": "https://github.com/iscjavier/iscjavier-crafting/releases/latest/download/iscjavier-crafting.zip",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/5.2.1/system.json",
"compatibility": {
"verified": "5.2.1"
}
}
]
}
}