-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
42 lines (42 loc) · 1.44 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
34
35
36
37
38
39
40
41
42
{
"name": "macro-marker",
"title": "Macro Marker",
"description": "<p>Allows players and GMs to mark macros as active giving them a coloured border.</p><p>Markers can now also be toggled automatically based on any condition or script!</p><p>Check out the compendium for examples.</p>",
"author": "Stan Janssen",
"version": "1.0.7",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.7.9",
"scripts": [
"macro-marker.js"
],
"styles": [
"css/macro-border.css",
"css/macro-config.css"
],
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/foundry-macro-marker/master/module.json",
"download": "https://github.com/League-of-Foundry-Developers/foundry-macro-marker/releases/download/v1.0.6/macro-marker.zip",
"url": "https://github.com/janssen-io/foundry-macro-marker",
"bugs": "https://github.com/janssen-io/foundry-macro-marker/issues",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
}
],
"packs": [
{
"label": "Macro Marker Examples",
"entity": "Macro",
"name": "macro-marker-examples",
"path": "packs/macro-marker-examples.db",
"module": "macro-marker"
}
],
"socket": true
}