-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
25 lines (25 loc) · 810 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
{
"id": "super-select",
"title": "Super Select",
"author": "JeansenVaars#2857",
"description": "Adds a control toggle that allows selecting, copying & deleting tokens, tiles and drawings at the same time.",
"version": "0.4.0",
"minimumCoreVersion": "10",
"compatibility": {
"minimum": "10",
"verified": "11.302",
"maximum": "11"
},
"relationships": {
"requires": [{
"id": "lib-wrapper",
"type": "module"
}]
},
"esmodules": [],
"styles": [],
"scripts": [ "superselect.js" ],
"url": "https://github.com/saif-ellafi/foundryvtt-super-select",
"manifest": "https://github.com/saif-ellafi/foundryvtt-super-select/releases/latest/download/module.json",
"download": "https://github.com/saif-ellafi/foundryvtt-super-select/releases/download/0.4.0/foundryvtt-super-select_0.4.0.zip"
}