-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
43 lines (43 loc) · 1.07 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
{
"id": "lame-messenger",
"title": "LAME Messenger: Lucas's Awesome Messenger Extension",
"description": "Provides a simple messenger interface to easily whisper messages.",
"version": "#{VERSION}#",
"library": "false",
"compatibility": {
"minimum": "12",
"verified": "12.331",
"maximum": "13.334"
},
"authors": [
{
"name": "Zandaarl",
"url": "https://github.com/lucasmetzen",
"discord": "zandaarl"
}
],
"esmodules": [
"scripts/module.mjs"
],
"styles": [
"styles/messenger.css"
],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json"
},
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"readme": "https://github.com/lucasmetzen/foundryvtt-messenger/blob/main/README.md",
"bugs": "https://github.com/lucasmetzen/foundryvtt-messenger/issues",
"changelog": "https://github.com/lucasmetzen/foundryvtt-messenger/blob/main/CHANGELOG.md"
}