first commit
This commit is contained in:
13
module.json
Normal file
13
module.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user