{
  "id": "token-color",
  "title": "Token Text Color",
  "description": "Allows the GM to customize the nameplate text color displayed below tokens on hover.",
  "version": "1.0.0",
  "socket": true,
  "protected": true,
  "authors": [
    {
      "name": "LoboWerewolf",
      "url": "https://www.patreon.com/cw/LoboWerewolf"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "esmodules": [
    "main.js"
  ],
  "styles": [
    "styles/color-picker/token-color-picker.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/token-color/module.json"
}