-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
38 lines (38 loc) · 886 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
33
34
35
36
37
38
{
"id": "game_time_clock",
"title": "Game Time Clock",
"description": "Show how many time did you spend in game.",
"authors": [
{
"name": "HKTRPG",
"discord": "zzz#8939"
}
],
"version": "1.3.3",
"compatibility": {
"minimum": "10",
"verified": "12",
"maximum": "12"
},
"scripts": [],
"styles": [],
"packs": [],
"scripts": [
"./index.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "langs/en.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "langs/zh-tw.json"
}
],
"url": "https://github.com/hktrpg/foundryVTT_game_time_clock/",
"manifest": "https://raw.githubusercontent.com/hktrpg/foundryVTT_game_time_clock/master/module.json",
"download": "https://github.com/hktrpg/foundryVTT_game_time_clock/releases/latest/download/module.zip"
}