-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmodule.json
More file actions
17 lines (17 loc) · 779 Bytes
/
module.json
File metadata and controls
17 lines (17 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "pathbuilder2e-import",
"title": "Pathbuilder 2e Import",
"description": "This module adds a button to the top of player character sheets allowing them to quickly import their character from Pathbuilder 2e.",
"author": "Redrazors",
"version": "0.2.4",
"minimumCoreVersion": "0.8.7",
"compatibleCoreVersion": "0.8.7",
"scripts": [
"./pathbuilder-import.js"
],
"styles": [],
"packs": [],
"url": "https://github.com/zarmstrong/foundry-pathbuilder2e-import",
"manifest": "https://raw.githubusercontent.com/zarmstrong/foundry-pathbuilder2e-import/master/module.json",
"download": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/releases/download/foundry-pathbuilder2e-import-0.2.4/foundry-pathbuilder2e-import-0.2.4.zip"
}