-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
36 lines (36 loc) · 923 Bytes
/
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": "pf2e-level-up-wizard",
"title": "PF2e Level-Up Wizard",
"description": "A Wizard to assist with your level ups in PF2e!",
"version": "0.0.1",
"compatibility": {
"minimum": 10,
"verified": 12,
"maximum": 12
},
"authors": [
{
"name": "Zumanzo",
"discord": "Zumanzo#8754"
}
],
"esmodules": ["src/main.js"],
"styles": ["styles/main.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "languages/pl.json"
}
],
"url": "https://github.com/BenABaron/pf2e-level-up-wizard",
"manifest": "https://github.com/BenABaron/pf2e-level-up-wizard/releases/latest/download/module.json",
"download": "https://github.com/BenABaron/pf2e-level-up-wizard/releases/latest/download/module.zip",
"license": "LICENSE",
"readme": "README.md"
}