{
  "id": "lidarion-hexmaps",
  "title": "Lidarion - Hexmap Studio",
  "description": "Cartography studio for creating playable hexmaps directly on Foundry VTT scenes.",
  "version": "1.0.0",
  "compatibility": {
    "minimum": "14",
    "verified": "14.377"
  },
  "authors": [
    {
      "name": "LidarionModules",
      "url": "https://www.patreon.com/cw/LidarionModules"
    }
  ],
  "url": "https://www.patreon.com/cw/LidarionModules",
  "manifest": "https://r2.foundryvtt.com/packages-public/lidarion-hexmaps/module.json",
  "protected": true,
  "esmodules": [
    "scripts/lidarion-hexmaps.mjs"
  ],
  "relationships": {
    "requires": [
      {
        "id": "fxmaster",
        "type": "module",
        "manifest": "https://raw.githubusercontent.com/gambit07/fxmaster/master/module.json",
        "compatibility": {
          "verified": "14"
        }
      }
    ]
  },
  "styles": [
    "styles/lidarion-hexmaps.css"
  ],
  "languages": [
    {
      "lang": "de",
      "name": "Deutsch",
      "path": "lang/de.json"
    },
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ]
}