-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmodule.json
More file actions
23 lines (23 loc) · 970 Bytes
/
module.json
File metadata and controls
23 lines (23 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "inventory-plus",
"title": "Inventory+",
"description": "Enhances the default dnd5e sheets inventory to allow for reorganization",
"version": "0.6.6",
"author": "Felix#6196",
"systems": ["dnd5e"],
"esmodules": ["./inventory-plus.js"],
"styles": ["inventory-plus.css"],
"packs": [],
"compatibility": {
"minimum": 10,
"verified": 10,
"maximum": 10
},
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/p4535992/foundryvtt-inventory-plus",
"manifest": "https://github.com/p4535992/foundryvtt-inventory-plus/releases/latest/download/module.json",
"download": "https://github.com/p4535992/foundryvtt-inventory-plus/releases/latest/download/module.zip",
"readme": "https://github.com/p4535992/foundryvtt-inventory-plus/blob/v0.6.6/README.md",
"changelog": "https://github.com/p4535992/foundryvtt-inventory-plus/blob/v0.6.6/CHANGELOG.md",
"bugs": "https://github.com/p4535992/foundryvtt-inventory-plus/issues"
}