{
  "id": "barbrawl-profiles",
  "title": "Bar Brawl Profiles",
  "description": "Bar Brawl Profiles enhances Bar Brawl by letting you save token configurations as reusable profiles, independent of actors or tokens. It supports exporting profiles (e.g., JSON) and integrates with Token Mold for streamlined setups.",
  "version": "1.1.0",
  "compatibility": {
    "minimun": "12",
    "verified": "12"
  },
  "authors": [
    {
      "name": "JoaquinP",
      "url": "https://github.com/joaquinpereyra98",
      "email": "joaquinpereyra98@gmail.com",
      "discord": "joaquinp98"
    }
  ],
  "url": "https://github.com/joaquinpereyra98/barbrawl-profiles",
  "download": "https://github.com/joaquinpereyra98/barbrawl-profiles/releases/download/1.1.0/module.zip",
  "manifest": "https://github.com/joaquinpereyra98/barbrawl-profiles/releases/latest/download/module.json",
  "readme": "README.md",
  "socket": true,
  "relationships": {
    "requires": [
      {
        "id": "barbrawl",
        "type": "module"
      }
    ],
    "recommends": [
      {
        "id": "token-mold",
        "type": "module"
      }
    ]
  },
  "esmodules": [
    "barbrawl-profiles.mjs"
  ],
  "styles": [
    "styles/barbrawl-profiles.css"
  ],
  "flags": {
    "hotReload": {
      "extensions": [
        "css",
        "hbs"
      ],
      "paths": [
        "styles",
        "templates/"
      ]
    }
  }
}