-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
49 lines (49 loc) · 914 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
39
40
41
42
43
44
45
46
47
48
49
{
"id": "connection-monitor",
"name": "connection-monitor",
"type": "module",
"title": "Connection Monitor",
"description": "Greys out the foundry logo when disconnected.",
"version": "#{VERSION}#",
"library": false,
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": "10",
"verified": "12"
},
"authors": [
{
"name": "Alan Davies",
"discord": "cs96and#3764",
"ko-fi": "cs96and"
}
],
"esmodules": [
"scripts/connection-monitor.js"
],
"scripts": [],
"styles": [
"styles/connection-monitor.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt_BR.json"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"changelog": "#{CHANGELOG}#"
}