-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
32 lines (32 loc) · 835 Bytes
/
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
{
"id": "foundryvtt-digitable-initiative-led",
"title": "DigiTable - Initiative LED",
"description": "This module controls the inititive LEDs on our digital table",
"authors": [
{
"name": "McUles"
}
],
"scripts": [
"scripts/digitable-initiative-led.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"compatibility": {
"verified": "11"
},
"url": "https://github.com/mcules/FoundryVTT-digitable-initiative-led",
"manifest": "https://github.com/mcules/FoundryVTT-digitable-initiative-led/raw/main/module.json",
"version": "1.0.3",
"download": "https://github.com/mcules/FoundryVTT-digitable-initiative-led/archive/refs/tags/v1.0.3.zip"
}