{
  "id": "quest-system",
  "title": "Quest System",
  "description": "Quest management system with a GM sidebar, objective tracking (manual, hunt and timer types), automatic item reward delivery, themed notifications, and full GM tooling.",
  "version": "1.0.0",
  "socket": true,
  "protected": true,
  "authors": [
    {
      "name": "LoboWerewolf",
      "url": "https://www.patreon.com/cw/LoboWerewolf"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "relationships": {
    "requires": [
      {
        "id": "lobowerewolf-hub",
        "type": "module",
        "manifest": "https://github.com/RichardFontoura/lobowerewolf-hub/releases/download/4.0.0/module.json"
      }
    ]
  },
  "esmodules": [
    "main.js"
  ],
  "styles": [
    "styles/module.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/quest-system/module.json"
}