{
  "name": "quick-module-enable",
  "id": "quick-module-enable",
  "title": "Quick Module Enable",
  "description": "Provide a simple way to quickly enable new modules after installing them. The first login by a GM after installing modules will show a the Module Management dialog with the new modules pre-checked. Just click 'Save' to enable them all. <br> Also provides additional filters for other common module issues.",
  "author": "Chris Flanagan <tiwato@gmail.com>",
  "authors": [{"name":"Chris Flanagan",
    "email":"tiwato@gmail.com",
    "discord":"ChrisF#4895"
    }],
  "version": "1.4.1",
  "minimumCoreVersion": "13",
  "compatibleCoreVersion":"13",
  "compatibility": {
    "minimum": "13",
    "verified": "13.346"
  },
  "esmodules":["src/quick_module.js"],
  "url":"https://github.com/tcflanag/quick_module_enable",
  "download": "https://github.com/tcflanag/quick_module_enable/archive/refs/tags/v1.4.1.zip",

  "manifest": "https://raw.githubusercontent.com/tcflanag/quick_module_enable/master/module.json",
  "readme": "https://raw.githubusercontent.com/tcflanag/quick_module_enable/master/README.md",
  "bugs": "https://github.com/tcflanag/quick_module_enable/issues",
  "allowBugReporter": true,
  "flags":{
    "allowBugReporter": true
  },
  "changelog": "https://raw.githubusercontent.com/tcflanag/quick_module_enable/master/CHANGELOG.md",
  "license": "https://raw.githubusercontent.com/tcflanag/quick_module_enable/master/LICENSE",
  "languages": [
  {
    "lang": "en",
    "name": "English",
    "path": "./lang/en.json"
  },
  {
    "lang": "es",
    "name": "Español",
    "path": "./lang/es.json"
  }
  ],
  "media": [{
   "type":"cover",
   "url":"https://raw.githubusercontent.com/tcflanag/quick_module_enable/master/example.png"
  }]
}
