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