-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
29 lines (29 loc) · 904 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
29
{
"id": "sheet-commander",
"title": "Sheet Commander",
"description": "Move sheets from anywhere using a modifier key.",
"authors": [
{
"name": "Tero Parvinen (Whistler#3253)"
}
],
"version": "10.1",
"compatibility": {
"minimum": 10,
"verified": 11
},
"esmodules": [
"./module/sheet-commander.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
}
],
"url": "https://github.com/teroparvinen/foundry-sheet-commander",
"bugs": "https://github.com/teroparvinen/foundry-sheet-commander/issues",
"manifest": "https://github.com/teroparvinen/foundry-sheet-commander/releases/latest/download/module.json",
"download": "https://github.com/teroparvinen/foundry-sheet-commander/releases/latest/download/module.zip"
}