Add download, manifest, and url fields to module.json
CI / ci (push) Successful in 40s
Release Creation / build (release) Successful in 44s

- 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>
This commit is contained in:
2026-05-25 15:40:50 +02:00
parent a1f54d010f
commit 3c8ebaf82a
+3
View File
@@ -26,5 +26,8 @@
"path": "lang/en.json" "path": "lang/en.json"
} }
], ],
"url": "${url}",
"manifest": "${manifest}",
"download": "${download}",
"flags": {} "flags": {}
} }