{
  "title": "Quick Doors",
  "description": "Create and remove doors and windows with one click.",
  "version": "4.0.0",
  "authors": [
    {
      "name": "theripper93",
      "email": "tsplab@gmail.com",
      "url": "https://www.patreon.com/theripper93"
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "scripts": [
    "scripts/main.js",
    "scripts/config.js",
    "scripts/module.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "socket": true,
  "id": "quick-doors",
  "relationships": {
    "requires": [
      {
        "id": "lib-wrapper",
        "type": "module",
        "compatibility": {}
      }
    ]
  },
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "manifest": "https://r2.foundryvtt.com/packages-public/quick-doors/module.json",
  "protected": true
}