-
Notifications
You must be signed in to change notification settings - Fork 5
/
module.json
33 lines (33 loc) · 1.19 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
{
"name": "token-frames",
"title": "Token Frames",
"description": "Token Frames FoundryVTT",
"author": "Jay Colson",
"authors": [
{
"name": "Jay Colson",
"email": "[email protected]",
"url": "https://keyoxide.org/13286216054838B7D7235AE4841ECE89C918B527",
"discord": "blackntan#0069"
}
],
"version": "1.4.0",
"minimumCoreVersion": "9.238",
"compatibleCoreVersion": "9",
"manifestPlusVersion": "1.2.0",
"library": false,
"packs": [
{
"name": "token-frames",
"label": "TokenFrames",
"path": "packs/TokenFrames.db",
"type": "JournalEntry"
}
],
"manifest": "https://github.com/jcolson/token_frames/releases/latest/download/module.json",
"url": "https://github.com/jcolson/token_frames",
"download": "https://github.com/jcolson/token_frames/releases/latest/download/TokenFrames.zip",
"readme": "https://raw.githubusercontent.com/jcolson/token_frames/master/README.md",
"bugs": "https://github.com/jcolson/token_frames/issues",
"changelog": "https://raw.githubusercontent.com/jcolson/token_frames/master/CHANGELOG.md"
}