Update module.json

2.0
Matheus Clemente 2023-11-08 14:53:27 -03:00
parent 63758b9d27
commit aa21882c16
1 changed files with 56 additions and 70 deletions

View File

@ -1,72 +1,58 @@
{ {
"id": "compendium-browser", "id": "compendium-browser",
"title": "Compendium Browser", "title": "Compendium Browser",
"description": "<p>Easily browse and filter spells, feats, items, and npcs loaded from compendia!</p><p>Verified with Foundry 9 and 10 only</p><strong>Compendium Browser is faster and better-behaved;</strong> 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.<br>Changes in 0.7.0: Supports Foundry 0.8+ only; faster searches using Foundry 0.8 queries!", "description": "Easily browse and filter spells, feats, items, and npcs loaded from compendiums!",
"version": "0.9.0", "version": "2.0.0",
"author": "Spetzel#0103", "authors": [
"authors": [ {
{ "name": "Matheus Clemente",
"name": "Spetzel#0103", "discord": "mclemente#5524"
"url": "https://github.com/spetzel2020" }
}, ],
{ "systems": ["dnd5e"],
"name": "ZoltanDM", "scripts": ["./compendium-browser.js"],
"url": "https://github.com/ZoltanTheDM" "styles": ["./compendium-browser.css"],
}, "languages": [
{ {
"name": "Felix#6196" "lang": "en",
}, "name": "English",
{ "path": "lang/en.json"
"name": "DrVeoj#4863", },
"url": "https://github.com/joevaughan" {
} "lang": "ja",
], "name": "Japanese",
"systems": ["dnd5e"], "path": "lang/ja.json"
"scripts": ["./compendium-browser.js"], },
"styles": ["./compendium-browser.css"], {
"packs": [], "lang": "fr",
"languages": [ "name": "French (FRANCE)",
{ "path": "lang/fr.json"
"lang": "en", },
"name": "English", {
"path": "lang/en.json" "lang": "pt-BR",
}, "name": "Português (Brasil)",
{ "path": "lang/pt-BR.json"
"lang": "ja", },
"name": "Japanese", {
"path": "lang/ja.json" "lang": "es",
}, "name": "Español",
{ "path": "lang/es.json"
"lang": "fr", },
"name": "French (FRANCE)", {
"path": "lang/fr.json" "lang": "de",
}, "name": "Deutsch",
{ "path": "lang/de.json"
"lang": "pt-BR", }
"name": "Português (Brasil)", ],
"path": "lang/pt-BR.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",
"lang": "es", "compatibility": {
"name": "Español", "minimum": "11",
"path": "lang/es.json" "verified": "11"
}, },
{ "allowBugReporter": true,
"lang": "de", "bugs": "https://github.com/mclemente/compendium-browser/issues",
"name": "Deutsch", "readme": "https://github.com/mclemente/compendium-browser/blob/master/README.md",
"path": "lang/de.json" "changelog": "https://github.com/mclemente/compendium-browser/blob/master/Patchnotes.md"
}
],
"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"
} }