2025-02-16 02:47:28 +01:00

36 lines
944 B
JSON

{
"id": "puckoprutt",
"title": "puckoprutt",
"description": "add communication to the puckoprutt web api",
"authors": [
{ "name": "Robin Riis" }
],
"version": "0.1.0",
"compatability": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatability": {
"minimum": "6.0.0",
"verified": "6.8.5"
}
}
],
"requires": [
{
"id": "theatre",
"type": "module"
}
]
},
"scripts": [
"scripts/puckochat/main.js"
],
"url": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module",
"manifest": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module/src/branch/main/module.json"
}