-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
72 lines (72 loc) · 1.54 KB
/
Copy pathmodule.json
File metadata and controls
72 lines (72 loc) · 1.54 KB
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
{
"id": "pf2e-usage-updater",
"title": "PF2e Usage Updater",
"description": "Updates Usage of items for PF2e till it gets added to the main engine",
"version": "#{VERSION}#",
"library": "false",
"compatibility": {
"minimum": 13,
"verified": 14
},
"authors": [
{
"name": "chasarooniZ"
}
],
"flags": {
"manifestPlusVersion": "1.2.0"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "6.5.0",
"verified": "6.5.0"
}
},
{
"id": "sf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "0.0.3"
}
}
],
"requires": []
},
"esmodules": [
"scripts/module.js",
"scripts/settings.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "languages/pl.json"
},
{
"lang": "cn",
"name": "简体中文",
"path": "languages/cn.json"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "https://github.com/chasarooniZ/pf2e-usage-updater/blob/master/README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}