95 lines
2.8 KiB
JSON
95 lines
2.8 KiB
JSON
{
|
|
"id": "journal-to-canvas-slideshow",
|
|
"title": "JTCS - Art Gallery",
|
|
"description": "Show art from journal, actor, or item sheets to your players in a variety of ways, now including displaying multiple images simultaneously in tile-based 'Art Gallery'. (Previously named 'Journal-to-Canvas-Slideshow')",
|
|
"authors": [
|
|
{
|
|
"name": "Eva",
|
|
"email": "evanesceexotica@gmail.com",
|
|
"discord": "Eva#3782"
|
|
}
|
|
],
|
|
"socket": true,
|
|
"version": "0.2.4",
|
|
"compatibility": {
|
|
"minimum": "9",
|
|
"verified": "10",
|
|
"maximum": "11"
|
|
},
|
|
"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",
|
|
"label": "JTCS Premade Display Scenes",
|
|
"path": "packs/jtcs-premade-display-scenes",
|
|
"type": "Scene",
|
|
"ownership": {
|
|
"PLAYER": "OBSERVER",
|
|
"ASSISTANT": "OWNER"
|
|
}
|
|
},
|
|
{
|
|
"name": "jtcs-premade-journals",
|
|
"label": "JTCS Premade Journal Entries",
|
|
"path": "packs/jtcs-premade-journal-entries",
|
|
"type": "JournalEntry",
|
|
"ownership": {
|
|
"PLAYER": "OBSERVER",
|
|
"ASSISTANT": "OWNER"
|
|
}
|
|
},
|
|
{
|
|
"name": "jtcs-utility-macros",
|
|
"label": "JTCS Utility Macros",
|
|
"path": "packs/jtcs-utility-macros",
|
|
"type": "Macro",
|
|
"ownership": {
|
|
"PLAYER": "OBSERVER",
|
|
"ASSISTANT": "OWNER"
|
|
}
|
|
}
|
|
],
|
|
"esmodules": [
|
|
"scripts/shim.js",
|
|
"scripts/ClickImageInJournal.js",
|
|
"scripts/classes/MultiMediaPopout.js",
|
|
"scripts/classes/SlideshowConfig.test.js",
|
|
"scripts/SlideshowConfig.js",
|
|
"scripts/init.js",
|
|
"scripts/DragDropIntoJournal.js",
|
|
"scripts/classes/ArtTileManager.js",
|
|
"scripts/classes/CanvasIndicators.js",
|
|
"scripts/debug-mode.js",
|
|
"scripts/SheetImageApp.js",
|
|
"scripts/classes/HelperFunctions.js",
|
|
"scripts/classes/ImageDisplayManager.js",
|
|
"scripts/classes/JTCSSettingsApplication.js",
|
|
"scripts/data/JTCS-Actions.js",
|
|
"scripts/data/templates.js",
|
|
"scripts/data/SlideshowConfigActions.js",
|
|
"scripts/classes/PopoverGenerator.js",
|
|
"scripts/hooks.js",
|
|
"scripts/data/ModuleManager.js",
|
|
"scripts/classes/SheetImage.test.js"
|
|
],
|
|
"styles": [
|
|
"styles/styles.css"
|
|
],
|
|
"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"
|
|
} |