diff --git a/module.json b/module.json index be706a1..24d30cc 100644 --- a/module.json +++ b/module.json @@ -1,72 +1,58 @@ { - "id": "compendium-browser", - "title": "Compendium Browser", - "description": "

Easily browse and filter spells, feats, items, and npcs loaded from compendia!

Verified with Foundry 9 and 10 only

Compendium Browser is faster and better-behaved; it no longer loads all the compendia into memory on start-up (which sometimes hung servers because of memory or CPU requirements). Instead, it filters and loads on-demand, as well as giving you a Module Setting to control how many rows are loaded at a time.
Changes in 0.7.0: Supports Foundry 0.8+ only; faster searches using Foundry 0.8 queries!", - "version": "0.9.0", - "author": "Spetzel#0103", - "authors": [ - { - "name": "Spetzel#0103", - "url": "https://github.com/spetzel2020" - }, - { - "name": "ZoltanDM", - "url": "https://github.com/ZoltanTheDM" - }, - { - "name": "Felix#6196" - }, - { - "name": "DrVeoj#4863", - "url": "https://github.com/joevaughan" - } - ], - "systems": ["dnd5e"], - "scripts": ["./compendium-browser.js"], - "styles": ["./compendium-browser.css"], - "packs": [], - "languages": [ - { - "lang": "en", - "name": "English", - "path": "lang/en.json" - }, - { - "lang": "ja", - "name": "Japanese", - "path": "lang/ja.json" - }, - { - "lang": "fr", - "name": "French (FRANCE)", - "path": "lang/fr.json" - }, - { - "lang": "pt-BR", - "name": "Português (Brasil)", - "path": "lang/pt-BR.json" - }, - { - "lang": "es", - "name": "Español", - "path": "lang/es.json" - }, - { - "lang": "de", - "name": "Deutsch", - "path": "lang/de.json" - } - ], - "url": "https://github.com/League-of-Foundry-Developers/compendium-browser", - "manifest": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/latest/download/module.json", - "download": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/download/latest/compendium-browser.zip", - "compatibility": { - "minimum": "9", - "verified": "11.313", - "maximum": "11" - }, - "allowBugReporter": true, - "bugs": "https://github.com/ZoltanTheDM/compendium-browser/issues", - "readme": "https://github.com/ZoltanTheDM/compendium-browser/blob/master/README.md", - "changelog": "https://github.com/ZoltanTheDM/compendium-browser/blob/master/Patchnotes.md" + "id": "compendium-browser", + "title": "Compendium Browser", + "description": "Easily browse and filter spells, feats, items, and npcs loaded from compendiums!", + "version": "2.0.0", + "authors": [ + { + "name": "Matheus Clemente", + "discord": "mclemente#5524" + } + ], + "systems": ["dnd5e"], + "scripts": ["./compendium-browser.js"], + "styles": ["./compendium-browser.css"], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "ja", + "name": "Japanese", + "path": "lang/ja.json" + }, + { + "lang": "fr", + "name": "French (FRANCE)", + "path": "lang/fr.json" + }, + { + "lang": "pt-BR", + "name": "Português (Brasil)", + "path": "lang/pt-BR.json" + }, + { + "lang": "es", + "name": "Español", + "path": "lang/es.json" + }, + { + "lang": "de", + "name": "Deutsch", + "path": "lang/de.json" + } + ], + "url": "https://github.com/mclemente/compendium-browser", + "manifest": "https://github.com/mclemente/compendium-browser/releases/latest/download/module.json", + "download": "https://github.com/mclemente/compendium-browser/releases/download/latest/compendium-browser.zip", + "compatibility": { + "minimum": "11", + "verified": "11" + }, + "allowBugReporter": true, + "bugs": "https://github.com/mclemente/compendium-browser/issues", + "readme": "https://github.com/mclemente/compendium-browser/blob/master/README.md", + "changelog": "https://github.com/mclemente/compendium-browser/blob/master/Patchnotes.md" }