Files
wfrp4-actor-sheet-print/module.json
2024-05-27 20:58:54 +02:00

52 lines
1.4 KiB
JSON

{
"id": "wfrp4e-actor-sheet-print",
"title": "[WFRP4] Actor Sheet Print",
"description": "Functions to print actor sheet",
"version": "${MODULE_VERSION}",
"compatibility": {
"minimum": "11",
"verified": "11.315",
"maximum": "11"
},
"authors": [
{
"name": "Skeroujvapluvit",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {
"minimum": "7.1.6",
"verified": "7.1.6"
}
}
],
"requires": []
},
"esmodules": ["main.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"styles": ["./styles/main.css"],
"url": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print",
"download": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/releases/${MODULE_VERSION}/downloads/dist/wfrp4-actor-sheet-print.zip",
"manifest": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/releases/${MODULE_VERSION}/downloads/dist/module.json",
"readme": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/raw/${MODULE_VERSION}/README.md",
"changelog": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/raw/${MODULE_VERSION}/CHANGELOG.md"
}