Compare commits
2 Commits
18318349c1
...
d51370c6ba
Author | SHA1 | Date |
---|---|---|
Adam | d51370c6ba | |
Adam | 24a8a19052 |
24
module.json
24
module.json
|
@ -10,15 +10,27 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"version": "0.2.4",
|
"version": "0.2.5",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "9",
|
"minimum": "9",
|
||||||
"verified": "10",
|
"verified": "10",
|
||||||
"maximum": "11"
|
"maximum": "11"
|
||||||
},
|
},
|
||||||
"relationships": [
|
"relationships": {
|
||||||
null
|
"recommends": [
|
||||||
],
|
{
|
||||||
|
"id": "colorsettings",
|
||||||
|
"type": "module",
|
||||||
|
"manifest": "https://raw.githubusercontent.com/ardittristan/VTTColorSettings/master/module.json"
|
||||||
|
"compatibility": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "lib-wrapper",
|
||||||
|
"type": "module",
|
||||||
|
"compatibility": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"name": "jtcs-premade-scenes",
|
"name": "jtcs-premade-scenes",
|
||||||
|
@ -77,7 +89,7 @@
|
||||||
"styles": [
|
"styles": [
|
||||||
"styles/styles.css"
|
"styles/styles.css"
|
||||||
],
|
],
|
||||||
"url": "https://github.com/EvanesceExotica/Journal-To-Canvas-Slideshow",
|
"url": "https://edit.crownoffire.ltd/adam/journal-to-canvas-slideshow",
|
||||||
"manifest": "https://raw.githubusercontent.com/EvanesceExotica/Journal-To-Canvas-Slideshow/master/module.json",
|
"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"
|
"download": "https://github.com/EvanesceExotica/Journal-To-Canvas-Slideshow/archive/refs/heads/master.zip"
|
||||||
}
|
}
|
Loading…
Reference in New Issue