forked from xdy/xdy-pf2e-workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
123 lines (123 loc) · 3.36 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"title": "PF2e Workbench",
"description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.",
"version": "4.10.3",
"id": "xdy-pf2e-workbench",
"compatibility": {
"minimum": "10.284",
"verified": "10.288",
"maximum": "10"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.2.6"
}
}
]
},
"esmodules": [
"main.bundle.js"
],
"scripts": [],
"styles": [
"styles/xdy-pf2e-workbench.css"
],
"packs": [
{
"name": "asymonous-benefactor-macros",
"label": "Symon-provided macros (asymonous-benefactor-macros)",
"system": "pf2e",
"path": "packs/asymonous-benefactor-macros.db",
"type": "Macro",
"private": false,
"flags": {}
},
{
"name": "asymonous-benefactor-macros-internal",
"label": "XDY Internal utility macros, do not import",
"system": "pf2e",
"path": "packs/asymonous-benefactor-macros-internal.db",
"private": true,
"type": "Macro",
"flags": {}
},
{
"name": "asymonous-benefactor-effects",
"label": "asymonous-benefactor-effects",
"system": "pf2e",
"path": "packs/asymonous-benefactor-effects.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "xdy-pf2e-workbench-items",
"label": "xdy-pf2e-workbench-items",
"system": "pf2e",
"path": "packs/xdy-pf2e-workbench-items.db",
"type": "Item",
"private": false,
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
],
"authors": [
{
"name": "Jonas Karlsson (xdy)",
"url": "https://gnu.xdy.se/home",
"discord": "xdy#3735",
"flags": {}
}
],
"url": "https://github.com/xdy/xdy-pf2e-workbench/",
"manifest": "https://github.com/xdy/xdy-pf2e-workbench/releases/latest/download/module.json",
"download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.10.3/xdy-pf2e-workbench.zip",
"license": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/LICENSE.md",
"readme": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/README.md",
"bugs": "https://github.com/xdy/xdy-pf2e-workbench/issues",
"changelog": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/CHANGELOG.md",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/xdy/xdy-pf2e-workbench/master/static/assets/media/pf2e_workshop_cover_compressed.webp",
"caption": "PF2e Workbench",
"loop": false,
"flags": {}
}
],
"flags": {
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/xdy/xdy-pf2e-workbench/master/static/assets/media/pf2e_workshop_cover_compressed.webp",
"caption": "PF2e Workbench"
}
],
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
}
}