-
Notifications
You must be signed in to change notification settings - Fork 24
/
module.json
60 lines (60 loc) · 1.73 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
{
"id": "popout",
"title": "PopOut!",
"description": "<p>This module adds a PopOut! button to most actor sheets, journal entries, and applications.</p><p>The PopOut! button allows you to open a sheet/application/document into its own window, for easier viewing or for use with multiple monitors.</p>",
"version": "2.18",
"authors": [{ "name": "KaKaRoTo" }, { "name": "Posnet" }],
"scripts": ["./popout.js"],
"styles": [],
"packs": [],
"relationships": {
"requires": [{ "id": "lib-wrapper", "type": "module" }]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
],
"readme": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout#readme",
"url": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/fvtt-module-popout/master/module.json",
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.18.zip",
"bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/issues",
"compatibility": {
"minimum": "11",
"verified": "12.314",
"maximum": "12"
}
}