{
  "id": "chess",
  "title": "Chess",
  "description": "Adds a chess board to the game, with the ability to play against other players.",
  "version": "1.0.2",
  "socket": true,
  "protected": true,
  "authors": [
    {
      "name": "LoboWerewolf",
      "url": "https://www.patreon.com/cw/LoboWerewolf"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "13"
  },
  "relationships": {
    "requires": [
      {
        "id": "lobowerewolf-hub",
        "type": "module",
        "manifest": "https://github.com/RichardFontoura/lobowerewolf-hub/releases/download/3.0.1/module.json"
      }
    ]
  },
  "esmodules": [
    "main.js"
  ],
  "styles": [
    "styles/chess-board/chess-board.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Portugu\u00eas (Brasil)",
      "path": "languages/pt-BR.json"
    }
  ],
  "manifest": "https://r2.foundryvtt.com/packages-public/chess/module.json"
}