Update the URL positioning in the system json

This commit is contained in:
Oliver-Akins 2024-01-28 20:18:57 -07:00
parent 9438233fb5
commit a19bce7e8a

View file

@ -3,6 +3,9 @@
"title": ".dungeon", "title": ".dungeon",
"description": "", "description": "",
"version": "0.0.1", "version": "0.0.1",
"download": "https://github.com/Oliver-Akins/foundry.dungeon/releases/download/v0.0.1/dotdungeon.zip",
"manifest": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/system.json",
"url": "https://github.com/Oliver-Akins/foundry.dungeon",
"compatibility": { "compatibility": {
"minimum": 11, "minimum": 11,
"verified": 11, "verified": 11,
@ -14,9 +17,6 @@
"url": "https://oliver.akins.me" "url": "https://oliver.akins.me"
} }
], ],
"url": "https://github.com/Oliver-Akins/foundry.dungeon",
"manifest": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/system.json",
"download": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/dotdungeon.zip",
"esmodules": [ "esmodules": [
"module/dotdungeon.mjs" "module/dotdungeon.mjs"
], ],