Files
scrying-pool/module.json
T
uberwald 3c8ebaf82a
CI / ci (push) Successful in 40s
Release Creation / build (release) Successful in 44s
Add download, manifest, and url fields to module.json
- Added placeholders for url, manifest, and download fields
- These will be substituted by the release workflow with actual URLs
- Required for FoundryVTT to install the module from the package registry

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-25 15:40:50 +02:00

34 lines
640 B
JSON

{
"id": "scrying-pool",
"title": "Scrying Pool",
"version": "0.1.0",
"description": "GM camera visibility control for FoundryVTT v14 — hide, show, and manage participant feeds in real time.",
"authors": [
{
"name": "Morr"
}
],
"category": "Audio/Video",
"compatibility": {
"minimum": "14",
"verified": "14"
},
"esmodules": [
"module.js"
],
"styles": [
"styles/scrying-pool.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "${url}",
"manifest": "${manifest}",
"download": "${download}",
"flags": {}
}