-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
36 lines (36 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
{
"title": "Resource Tracker",
"description": "Allows you to track resources on the token hud",
"version": "1.1",
"languages": [
{
"lang": "de",
"name": "German",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"scripts": ["/scripts/resource-tracker.js"],
"styles": ["/styles/resource-tracker.css"],
"url": "https://github.com/CarnVanBeck/vtt-resource-tracker",
"manifest": "https://raw.githubusercontent.com/CarnVanBeck/vtt-resource-tracker/main/module.json",
"bugs": "https://github.com/CarnVanBeck/vtt-resource-tracker/issues",
"id": "vtt-resource-tracker",
"authors": [
{
"name": "CarnVanBeck",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "10.291"
},
"download": "https://github.com/CarnVanBeck/vtt-resource-tracker/releases/latest/download/module.zip"
}