2024-01-28 15:59:53 -06:00
{
"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 ,
2024-01-28 16:25:07 -06:00
"version" : "0.2.5" ,
2024-01-28 15:59:53 -06:00
"compatibility" : {
"minimum" : "9" ,
"verified" : "10" ,
"maximum" : "11"
} ,
2024-01-28 16:24:06 -06:00
"relationships" : {
"recommends" : [
{
"id" : "colorsettings" ,
"type" : "module" ,
"manifest" : "https://raw.githubusercontent.com/ardittristan/VTTColorSettings/master/module.json"
"compatibility" : { }
} ,
{
"id" : "lib-wrapper" ,
"type" : "module" ,
"compatibility" : { }
}
]
} ,
2024-01-28 15:59:53 -06:00
"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"
] ,
2024-01-28 16:24:06 -06:00
"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" ,
2024-01-28 15:59:53 -06:00
"download" : "https://github.com/EvanesceExotica/Journal-To-Canvas-Slideshow/archive/refs/heads/master.zip"
}