{
  "title": "3D Canvas",
  "id": "levels-3d-preview",
  "description": "Bring your games to the 3rd dimension!",
  "version": "8.0.3",
  "authors": [
    {
      "name": "theripper93",
      "email": "tsplab@gmail.com",
      "url": "https://www.patreon.com/theripper93"
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "scripts": [],
  "styles": [
    "styles/module.css",
    "styles/loadingScreen.css",
    "styles/mapgen.css",
    "styles/sharing.css",
    "styles/build-panel.css"
  ],
  "packs": [
    {
      "name": "documentation",
      "label": "3D Canvas Documentation",
      "path": "packs/journals.db",
      "type": "JournalEntry",
      "private": false
    },
    {
      "name": "macros",
      "label": "3D Canvas Macros",
      "path": "packs/macros.db",
      "type": "Macro",
      "private": false
    },
    {
      "name": "partmacros",
      "label": "3D Canvas Particle Effects",
      "path": "packs/partmacros.db",
      "type": "Macro",
      "private": false
    }
  ],
  "packFolders": [
    {
      "name": "3D Canvas",
      "sorting": "m",
      "color": "#765c13",
      "packs": [
        "documentation",
        "macros",
        "partmacros"
      ]
    }
  ],
  "socket": true,
  "relationships": {
    "requires": [
      {
        "id": "lib-wrapper",
        "type": "module",
        "compatibility": {}
      }
    ],
    "recommends": [
      {
        "id": "canvas3dcompendium",
        "type": "module",
        "compatibility": {}
      },
      {
        "id": "canvas3dtokencompendium",
        "type": "module",
        "compatibility": {}
      },
      {
        "id": "canvas3d-premium",
        "type": "module",
        "compatibility": {}
      },
      {
        "id": "levels",
        "type": "module",
        "compatibility": {}
      },
      {
        "id": "wall-height",
        "type": "module",
        "compatibility": {}
      }
    ]
  },
  "compatibility": {
    "minimum": "13",
    "verified": "13"
  },
  "manifest": "https://r2.foundryvtt.com/packages-public/levels-3d-preview/module.json",
  "protected": true
}