chore: init commit
This commit is contained in:
29
module-beta.json
Normal file
29
module-beta.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "wfrp4e-actor-sheet-print-beta",
|
||||
"title": "[WFRP4] Actor Sheet Print BETA version",
|
||||
"description": "Functions to print actor sheet",
|
||||
"version": "1.0.0",
|
||||
"minimumCoreVersion": "0.8.0",
|
||||
"compatibleCoreVersion": "0.8.9",
|
||||
"author": "Skeroujvapluvit",
|
||||
"systems": ["wfrp4e"],
|
||||
"dependencies": [],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
},
|
||||
{
|
||||
"lang": "fr",
|
||||
"name": "Français",
|
||||
"path": "lang/fr.json"
|
||||
}
|
||||
],
|
||||
"styles": ["./styles/pj-print.css"],
|
||||
"url": "https://github.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print/tree/dist-beta",
|
||||
"download": "https://github.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print/blob/dist-beta/dist/wfrp4e-actor-sheet-print.zip?raw=true",
|
||||
"manifest": "https://raw.githubusercontent.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print/dist-beta/module-beta.json",
|
||||
"readme": "https://raw.githubusercontent.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print/dist-beta/README.md",
|
||||
"changelog": "https://raw.githubusercontent.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print/dist-beta/CHANGELOG.md"
|
||||
}
|
||||
Reference in New Issue
Block a user