{
  "title": "AutoCover - Automatic Cover Calculator",
  "description": "Automatically calculate cover in the 3D space",
  "authors": [
    {
      "name": "theripper93",
      "email": "tsplab@gmail.com",
      "url": "https://www.patreon.com/theripper93"
    }
  ],
  "url": "https://github.com/theripper93/Levels-Auto-Cover",
  "version": "4.0.0",
  "scripts": [
    "scripts/main.js",
    "scripts/AutoCover.js"
  ],
  "styles": [
    "styles/style.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "autocovermacros",
      "label": "Auto Cover Macros",
      "path": "packs/macros.db",
      "type": "Macro",
      "private": false
    }
  ],
  "id": "levelsautocover",
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "manifest": "https://r2.foundryvtt.com/packages-public/levelsautocover/module.json",
  "protected": true
}