Rename manifest file since I forgot it needs to be named system.json

This commit is contained in:
Oliver-Akins 2024-12-10 01:16:12 -07:00
parent a48071b29a
commit 4a1747d4e1
2 changed files with 10 additions and 8 deletions

45
system.json Normal file
View file

@ -0,0 +1,45 @@
{
"id": "ripcrypt",
"title": "RipCrypt",
"description": "",
"version": "0.0.1",
"compatibility": {
"minimum": 12,
"verified": 12,
"maximum": 12
},
"authors": [
{
"name": "Oliver Akins",
"url": "https://oliver.akins.me"
}
],
"esmodules": [
"module/main.mjs"
],
"styles": [],
"languages": [
{
"lang": "en",
"name": "English (Canadian)",
"path": "langs/en-ca.json"
}
],
"url": "https://github.com/Oliver-Akins/Foundry-RipCrypt",
"manifest": "https://github.com/Oliver-Akins/Foundry-RipCrypt/releases/latest/download/module.json",
"download": "https://github.com/Oliver-Akins/Foundry-RipCrypt/releases/latest/download/release.zip",
"readme": "README.md",
"bugs": "",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "mjs", "svg"],
"paths": ["Apps", "langs", "styles", "module"]
}
},
"documentTypes": {
"Actor": {
"hero": {}
},
"Item": {}
}
}