-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
43 lines (43 loc) · 1.02 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": "alexs-spotlight-manager",
"title": "Alex's Spotlight Manager",
"description": "This module provides awesome features for Foundry VTT.",
"authors": [
{
"name": "Alex M.",
"url": "https://github.com/Alex-M-B95"
}
],
"compatibility": {
"minimum": "11",
"verified": "12"
},
"esmodules": [
"sources/init.js"
],
"styles": [
"styles/spotlight-manager.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ru",
"name": "Russian",
"path": "lang/ru.json"
}
],
"flags": {
"hotReload": {
"extensions": ["json", "css"]
}
},
"version": "0.0.6",
"download": "https://github.com/Alex-M-B95/fvtt-spotlight-manager/archive/refs/tags/0.0.6.zip",
"url": "https://github.com/Alex-M-B95/fvtt-spotlight-manager",
"bugs": "https://github.com/Alex-M-B95/fvtt-spotlight-manager/issues",
"manifest": "https://github.com/Alex-M-B95/fvtt-spotlight-manager/raw/main/module.json"
}