mirror of
https://github.com/migatu/vtt_work.git
synced 2026-07-14 21:38:39 +00:00
31 lines
849 B
JSON
31 lines
849 B
JSON
{
|
|
"title": "Investigation Board",
|
|
"description": "A Foundry VTT module that lets everyone create, edit, and move sticky and photo notes on the scene as collaborative investigation tools.",
|
|
"version": "1.3.2",
|
|
"authors": [
|
|
{
|
|
"name": "Gus",
|
|
"url": "",
|
|
"email": ""
|
|
}
|
|
],
|
|
"compatibility": {
|
|
"minimum": "12",
|
|
"verified": "13"
|
|
},
|
|
"esmodules": [
|
|
"scripts/settings.js",
|
|
"scripts/investigation-board.js"
|
|
],
|
|
"styles": [
|
|
"styles/style.css"
|
|
],
|
|
"packs": [],
|
|
"templates": [
|
|
"templates/drawing-sheet.html"
|
|
],
|
|
"url": "https://github.com/mordachai/investigation-board",
|
|
"manifest": "https://github.com/mordachai/investigation-board/raw/main/module.json",
|
|
"download": "https://github.com/mordachai/investigation-board/raw/main/investigation-board.zip",
|
|
"id": "investigation-board"
|
|
} |