sync: investigation-board_v13 v0.2

This commit is contained in:
2025-10-09 20:58:50 +02:00
parent 3a610b71e2
commit c7048e6c32
3 changed files with 32 additions and 16 deletions
@@ -1,15 +1,31 @@
{
"id": "investigation-board",
{
"title": "Investigation Board",
"description": "A Foundry VTT module that lets everyone create...photo notes on the scene as collaborative investigation tools.",
"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" },
"authors": [
{
"name": "Gus",
"url": "",
"email": ""
}
],
"compatibility": {
"minimum": "12",
"verified": "13"
},
"esmodules": [
"scripts/settings.js",
"scripts/investigation-board.js"
],
"styles": ["styles/style.css"],
"styles": [
"styles/style.css"
],
"packs": [],
"templates": ["templates/drawing-sheet.html"],
}
"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"
}