fvtt-never-stop-blowing-up/system.json
2024-09-22 01:11:29 +02:00

24 lines
666 B
JSON

{
"name": "Kids-On-Brooms",
"title": "Kids on Brooms",
"description": "This is a implementation of the Kids on Brooms system in FoundryVTT.",
"version": "0.1.0",
"compatibility": {
"minimum": 12,
"verified": 12
},
"authors": [{
"name": "Joscha Maier",
"url": "https://github.com/josmaier"
}],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"socket": true,
"url": "https://github.com/josmaier/KidsOnBroomsFoundryVTT",
"manifest": "https://your/hosted/system/repo/system.json",
"download": "https://your/packaged/download/archive.zip"
}