Skip to content

Commit 22787ae

Browse files
committed
feat: add module.json manifest for coc7-qol
1 parent 69b6489 commit 22787ae

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

module.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"id": "coc7-qol",
3+
"title": "CoC7 QoL Improvements",
4+
"description": "Quality of life improvements for the Call of Cthulhu 7th Edition system. Adds image popout on item sheets for players.",
5+
"version": "0.1.0",
6+
"authors": [
7+
{
8+
"name": "Martin Papy"
9+
}
10+
],
11+
"compatibility": {
12+
"minimum": "12",
13+
"verified": "13"
14+
},
15+
"relationships": {
16+
"systems": [
17+
{
18+
"id": "CoC7",
19+
"type": "system"
20+
}
21+
]
22+
},
23+
"esmodules": [
24+
"scripts/item-image-popout.js"
25+
]
26+
}

0 commit comments

Comments
 (0)