forked from vtt-lair/token-replacer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
24 lines (24 loc) · 815 Bytes
/
module.json
File metadata and controls
24 lines (24 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "token-replacer",
"title": "Token Replacer",
"description": "Automatically replace NPC actor tokens and/or portraits dependant on token assests saved in a defined folder structure.",
"version": "0.2.3",
"authors": [
{
"name": "VTT Lair",
"url": "https://github.com/vtt-lair"
}
],
"scripts": [
"/scripts/token-replacer.js"
],
"includes": [
"tokens",
"module.json"
],
"url": "https://github.com/vtt-lair/token-replacer",
"manifest": "https://github.com/vtt-lair/token-replacer/releases/latest/download/module.json",
"download": "https://github.com/vtt-lair/token-replacer/releases/download/v0.2.3/token-replacer-v0.2.3.zip",
"minimumCoreVersion": "0.7.7",
"compatibleCoreVersion": "0.7.9"
}