-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmodule.json
51 lines (51 loc) · 1.54 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
{
"id": "hlo-importer",
"title": "Herolab Online PF2e Import Tool",
"description": "This module adds a button to the top of player character sheets allowing them to quickly import their character from Herolab Online.",
"author": "slate",
"authors": [
{
"name": "Zach Armstrong (SLATE)",
"url": "https://github.com/zarmstrong",
"discord": "SLATE#0001",
"patreon": "slatesfoundrystuff",
"ko-fi": "SLATE"
}
],
"version": "0.10.1",
"compatibility": {
"minimum": "10",
"verified": "10.285",
"maximum": "10"
},
"compatibleCoreVersion": "10",
"relationship": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.0.5"
}
}
]
},
"esmodules": [
"hlo-importer.min.js"
],
"styles": [],
"packs": [],
"url": "https://github.com/zarmstrong/hlo-importer",
"manifest": "https://raw.githubusercontent.com/zarmstrong/hlo-importer/main/module.json",
"download": "https://github.com/zarmstrong/hlo-importer/releases/download/hlo-importer-0.10.1/hlo-importer-0.10.1.zip",
"license": "MIT",
"readme": "https://github.com/zarmstrong/hlo-importer",
"bugs": "https://github.com/zarmstrong/hlo-importer/issues",
"flags": {
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
},
"changelog": "https://github.com/zarmstrong/hlo-importer/blob/main/CHANGELOG.md"
}