diff --git a/module.json b/module.json index 827efe2..d2bf785 100644 --- a/module.json +++ b/module.json @@ -10,7 +10,26 @@ "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" } \ No newline at end of file