{
  "id": "archive-creature-brewer",
  "title": "Archive Creature Brewer",
  "description": "ACB",
  "version": "3.0.0",
  "protected": true,
  "authors": [
    {
      "name": "Archive Creature Brewer"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14.359"
  },
  "esmodules": [
    "scripts/main.mjs"
  ],
  "styles": [
    "styles/acb.css",
    "styles/pf2e-preview.css"
  ],
  "manifest": "https://r2.foundryvtt.com/packages-public/archive-creature-brewer/module.json",
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "flags": {
    "socket": false
  },
  "relationships": {
    "requires": [
      {
        "id": "archive-tab",
        "type": "module",
        "manifest": "https://raw.githubusercontent.com/DamondSD/archive-tab/main/module.json"
      },
      {
        "id": "archive-brewer-core",
        "type": "module",
        "manifest": "https://raw.githubusercontent.com/DamondSD/archive-brewer-core/main/module.json"
      }
    ],
    "recommends": []
  }
}