{
  "id": "investigation-board",
  "title": "Investigation Board",
  "description": "<p>A Foundry VTT module that lets everyone create, edit, and move sticky and photo notes on the scene as collaborative investigation tools.</p>",
  "version": "4.10.1",
  "socket": true,
  "authors": [
    {
      "name": "Gus",
      "discord": "gus4294",
      "flags": {}
    }
  ],
  "compatibility": {
    "minimum": "12",
    "verified": "13"
  },
  "esmodules": ["scripts/main.js"],
  "styles": [
    {
      "src": "styles/style.css"
    }
  ],
  "packs": [
    {
      "name": "ib-scenes",
      "label": "Investigation Board Scenes",
      "path": "packs/ib-scenes",
      "type": "Scene",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "Investigation Board",
      "sorting": "m",
      "color": "#061f6a",
      "packs": ["ib-scenes"]
    }
  ],
  "url": "https://github.com/mordachai/investigation-board",
  "manifest": "https://github.com/mordachai/investigation-board/releases/latest/download/module.json",
  "download": "https://github.com/mordachai/investigation-board/releases/latest/download/module.zip",
  "flags": {}
}
