-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
47 lines (47 loc) · 1.11 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
37
38
39
40
41
42
43
44
45
46
47
{
"id": "kitty-pov-chat",
"title": "Kitty's PoV Chat",
"description": "Allows locking PoV character and shows portraits in chat.",
"version": "0.0.1",
"library": false,
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": 10
},
"type": "module",
"authors": [
{
"name": "Katherine K",
"url": "https://github.com/ksqrd"
}
],
"esmodules": [
"./scripts/index.js"
],
"styles": [
"./styles.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"license": "./LICENSE",
"url": "https://github.com/ksqrd/foundryvtt-pov-chat",
"bugs": "https://github.com/ksqrd/foundryvtt-pov-chat/issues",
"flags": {
"allowBugReport": true
},
"changelog": "https://github.com/ksqrd/foundryvtt-pov-chat/blob/main/CHANGELOG.md",
"manifest": "https://github.com/KSqrd/foundryvtt-pov-chat/releases/latest/download/module.json",
"download": "https://github.com/KSqrd/foundryvtt-pov-chat/releases/download/v0.0.1/module.zip",
"media": [
{
"type": "screenshot",
"url": ""
}
]
}