forked from arcanistzed/sidebar-macros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
86 lines (86 loc) · 1.75 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
{
"id": "sidebar-macros",
"title": "Sidebar Macros",
"description": "Add Macros to the Foundry VTT sidebar!",
"authors": [
{
"name": "Forien",
"url": "https://www.patreon.com/foundryworkshop",
"email": "[email protected]",
"discord": "forien"
},
{
"name": "Arcanist",
"url": "https://arcanist.me",
"email": "[email protected]",
"discord": "arcanist#4317",
"reddit": "u/arcanistzed"
}
],
"url": "This is auto replaced",
"license": "https://github.com/arcanistzed/sidebar-macros/blob/main/LICENSE",
"readme": "<<autoreplaced>>",
"bugs": "<<autoreplaced>>",
"changelog": "<<autoreplaced>>",
"flags": {
"allowBugReporter": true
},
"version": "This is auto replaced",
"compatibility": {
"minimum": "11",
"verified": "12.327"
},
"esmodules": [
"scripts/sidebar-macros.js"
],
"styles": [
"styles/sidebar-macros.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json"
},
{
"lang": "fi",
"name": "Suomi",
"path": "languages/fi.json"
},
{
"lang": "cs",
"name": "Čeština",
"path": "languages/cs.json"
}
],
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"manifestPlusVersion": "1.2.0",
"media": [
{
"type": "screenshot",
"url": "https://i.imgur.com/b4GWLoz.png",
"caption": "The macro directory in the sidebar, the context menu, and the editor window."
},
{
"type": "cover",
"url": "https://i.imgur.com/QpsAvuw.png",
"caption": "Macros in the Sidebar"
}
]
}