14 lines
482 B
JSON
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"
|
||
|
|
}
|