{
  "id": "mapforge",
  "type": "module",
  "title": "MapForge",
  "description": "A powerful map creation studio for Foundry VTT. Create beautiful maps directly in Foundry with full integration of lights, walls, levels, and effects. Import your Dungeondraft asset packs and create maps faster and better than ever.",
  "version": "1.0.2",
  "authors": [
    {
      "name": "Wand & Widgets",
      "url": "https://github.com/wand-and-widgets",
      "discord": "heygabu"
    }
  ],
  "media": [
    {
      "type": "icon",
      "url": "modules/mapforge/assets/branding/mapforge-mark.svg"
    }
  ],
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "esmodules": [
    "scripts/bootstrap.js"
  ],
  "styles": [
    "styles/mapforge.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Portugu\u00eas (Brasil)",
      "path": "lang/pt-BR.json"
    }
  ],
  "url": "https://foundryvtt.com/packages/mapforge",
  "manifest": "https://r2.foundryvtt.com/packages-public/mapforge/module.json",
  "license": "LICENSE",
  "readme": "README.md",
  "bugs": "https://foundryvtt.com/packages/mapforge",
  "protected": true,
  "relationships": {
    "recommends": [
      {
        "id": "fxmaster",
        "type": "module",
        "reason": "Enables particle effects, weather, and filters in your maps"
      }
    ]
  }
}