-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
28 lines (28 loc) · 858 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
{
"name": "showwalls",
"title": "Show Walls Everywhere",
"description": "Show walls in any layer",
"version": "0.1",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://www.patreon.com/theripper93"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"scripts": [
"./scripts/main.js"
],
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.6",
"url": "https://github.com/theripper93/Show-Walls-Everywhere",
"manifest": "https://github.com/theripper93/Show-Walls-Everywhere/releases/latest/download/module.json",
"download": "https://github.com/theripper93/Show-Walls-Everywhere/releases/latest/download/module.zip"
}