Files
shadowdark-importer/module.json
Kyle Travis cbfb30ee20 first commit
2025-05-16 05:56:22 -05:00

14 lines
482 B
JSON

{
"name": "shadowdarklings-importer",
"title": "Shadowdarklings.net Importer",
"description": "Import JSON characters and items from shadowdarklings.net into Foundry VTT.",
"version": "1.0.0",
"author": "Booga",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "11",
"esmodules": ["shadowdarklings-importer.js"],
"systems": ["shadowdark"],
"manifest": "https://yourdomain.com/path/to/module.json",
"download": "https://yourdomain.com/path/to/module.zip"
}