-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
87 lines (87 loc) · 2.15 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"id": "token-tooltip-alt",
"title": "Token Tooltip Alt",
"description": "A module that adds a fully customizable tooltip next to the currently hovered token to show some useful information for players and DMs.",
"version": "3.3.1",
"authors": [
{
"name": "bmarian",
"discord": "Marian#8010",
"url": "https://github.com/bmarian"
},
{
"name": "Valkyrion",
"url": "https://github.com/msprijatelj"
}
],
"esmodules": [
"scripts/TTAFoundryApiIntegration/TTAMain.js"
],
"scripts": [
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/11.8.0/math.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js"
],
"relationships": {
"requires": [
{
"id": "_CodeMirror",
"name": "_CodeMirror",
"type": "module",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json"
}
]
},
"styles": [
"styles/token-tooltip-alt.css"
],
"compatibility": {
"minimum": "11",
"verified": "12"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "languages/ko.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
}
],
"media": [
{
"type": "icon",
"url": "https://i.imgur.com/V3n665D.png"
},
{
"type": "setup",
"url": "https://i.imgur.com/V3n665D.png"
}
],
"url": "https://github.com/msprijatelj/token-tooltip-alt",
"manifest": "https://github.com/msprijatelj/token-tooltip-alt/releases/latest/download/module.json",
"download": "https://github.com/msprijatelj/token-tooltip-alt/releases/download/3.3.1/module.zip",
"changelog": "https://github.com/msprijatelj/token-tooltip-alt/releases",
"flags": {
"media": [
{
"type": "icon",
"url": "https://i.imgur.com/V3n665D.png"
}
],
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
}
}