adding related modules

This commit is contained in:
Adam 2024-01-28 16:24:06 -06:00
parent 18318349c1
commit 24a8a19052
1 changed files with 17 additions and 5 deletions

View File

@ -16,9 +16,21 @@
"verified": "10",
"maximum": "11"
},
"relationships": [
null
],
"relationships": {
"recommends": [
{
"id": "colorsettings",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ardittristan/VTTColorSettings/master/module.json"
"compatibility": {}
},
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {}
}
]
},
"packs": [
{
"name": "jtcs-premade-scenes",
@ -77,7 +89,7 @@
"styles": [
"styles/styles.css"
],
"url": "https://github.com/EvanesceExotica/Journal-To-Canvas-Slideshow",
"manifest": "https://raw.githubusercontent.com/EvanesceExotica/Journal-To-Canvas-Slideshow/master/module.json",
"url": "https://edit.crownoffire.ltd/adam/journal-to-canvas-slideshow",
"manifest": "https://edit.crownoffire.ltd/adam/journal-to-canvas-slideshow/raw/branch/main/module.json",
"download": "https://github.com/EvanesceExotica/Journal-To-Canvas-Slideshow/archive/refs/heads/master.zip"
}