dsa-4th-edition/system.json
2024-09-29 16:36:42 +02:00

25 lines
610 B
JSON

{
"id": "dsa-4th-edition",
"title": "Custom Das Schwarze Auge 4.1",
"description": "",
"esmodules": ["src/main.mjs"],
"styles": ["src/main.css"],
"languages": [
{
"lang": "de",
"name": "German (Deutsch)",
"path": "src/lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "src/lang/en.json"
}
],
"version": "0.1.5",
"manifest": "https://gitea.ammerhai.com/foundry/dsa-4th-edition/releases/download/latest/system.json",
"download": "https://gitea.ammerhai.com/foundry/dsa-4th-edition/releases/download/test2/dsa-4th-edition.zip"
}