-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
38 lines (36 loc) · 1 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
{
"id": "MaintenanceMode",
"title": "Maintenance Mode",
"description": "Adds a button to toggle \"Maintenance Mode\", which stops players from being able to connect while the GM is planning the next game.",
"authors": [
{
"name": "Nyss",
"discord": "Nyss#4805"
}
],
"version": "0.2.1",
"compatibility": {
"minimum": 9,
"verified": "11.299"
},
"scripts": [
"scripts/maintenance-mode.js",
"scripts/button.js",
"scripts/ignoreList.js"
],
"styles": [
"styles/maintenance-mode.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/Nysterian/FVTT-Maintenance-Mode",
"manifest": "https://github.com/Nysterian/FVTT-Maintenance-Mode/releases/latest/download/module.json",
"download": "https://github.com/Nysterian/FVTT-Maintenance-Mode/releases/download/0.0.0/module.zip",
"readme": "README.md",
"bugs": "https://github.com/Nysterian/FVTT-Maintenance-Mode/issues"
}