-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
33 lines (33 loc) · 1.23 KB
/
module.json
File metadata and controls
33 lines (33 loc) · 1.23 KB
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
{
"id": "token-stack-selector",
"title": "Token Stack Selector",
"description": "Interface moderna para seleção de tokens empilhados no Foundry VTT. Permite escolher facilmente entre tokens sobrepostos com um painel elegante similar ao sistema de condições.",
"version": "1.0.3",
"authors": [
{
"name": "Sub-Dev",
"discord": "sub-dev"
}
],
"esmodules": [
"main.js"
],
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "13"
},
"url": "https://github.com/Sub-Dev/token-stack-selector",
"manifest": "https://github.com/Sub-Dev/token-stack-selector/releases/download/v1.0.3/module.json",
"download": "https://github.com/Sub-Dev/token-stack-selector/releases/download/v1.0.3/token-stack-selector-1.0.3.zip",
"bugs": "https://github.com/Sub-Dev/token-stack-selector/issues",
"changelog": "https://github.com/Sub-Dev/token-stack-selector/releases",
"readme": "https://github.com/Sub-Dev/token-stack-selector/blob/master/README.md",
"license": "https://github.com/Sub-Dev/token-stack-selector/blob/master/LICENSE",
"media": [
{
"type": "screenshot",
"url": "https://github.com/Sub-Dev/token-stack-selector/blob/master/screenshots/test-gif.gif"
}
]
}