{
  "id": "macro-trigger",
  "title": "Macro Trigger",
  "description": "Automate your Foundry VTT by running macros on any event or hook.",
  "version": "1.0.2",
  "protected": true,
  "socket": true,
  "authors": [
    {
      "name": "LoboWerewolf",
      "url": "https://www.patreon.com/cw/LoboWerewolf"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "esmodules": [
    "main.js"
  ],
  "styles": [
    "ui/sidebar/styles/style.css",
    "ui/manager/styles/style.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/macro-trigger/module.json"
}