Update the system.json

This commit is contained in:
Oliver-Akins 2024-01-28 20:03:10 -07:00
parent 15aaf4edd0
commit 7c521de4aa

View file

@ -2,7 +2,7 @@
"id": "dotdungeon", "id": "dotdungeon",
"title": ".dungeon", "title": ".dungeon",
"description": "", "description": "",
"version": "0.0.0", "version": "0.0.1",
"compatibility": { "compatibility": {
"minimum": 11, "minimum": 11,
"verified": 11, "verified": 11,
@ -15,6 +15,8 @@
} }
], ],
"url": "https://github.com/Oliver-Akins/foundry.dungeon", "url": "https://github.com/Oliver-Akins/foundry.dungeon",
"manifest": "https://raw.githubusercontent.com/Oliver-Akins/foundry.dungeon/main/system.json",
"download": "https://github.com/Oliver-Akins/foundry.dungeon/releases/download/untagged-fb28066f8c666cb29371/dotdungeon-v0.0.1.zip",
"esmodules": [ "esmodules": [
"module/dotdungeon.mjs" "module/dotdungeon.mjs"
], ],