compendium-browser/module.json

52 lines
2.2 KiB
JSON
Raw Normal View History

2019-12-29 16:54:57 +00:00
{
2020-04-20 17:33:52 +00:00
"name": "compendium-browser",
"title": "Compendium Browser",
"description": "<p>Easily browse and filter spells, feats, items, and npcs loaded from compendia!</p><strong>NEW! 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.6.0: Added languages (German, Spanish)",
"version": "0.6.0",
"author": "Spetzel#0103",
"authors": [
{
"name": "Spetzel#0103",
"url": "https://github.com/spetzel2020"
},
{
"name": "Felix#6196"
}
],
2020-04-20 17:33:52 +00:00
"systems": ["dnd5e"],
"scripts": ["./compendium-browser.js"],
"styles": ["./compendium-browser.css"],
"packs": [],
2019-12-29 16:54:57 +00:00
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "Japanese",
"path": "lang/ja.json"
2020-01-16 18:50:20 +00:00
},
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "lang/fr.json"
2020-07-07 15:38:00 +00:00
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
2019-12-29 16:54:57 +00:00
],
"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/v0.6.0/compendium-browser.zip",
2020-06-12 15:29:59 +00:00
"minimumCoreVersion": "0.6.2",
"compatibleCoreVersion": "0.8.9",
"allowBugReporter": true,
"bugs": "https://github.com/League-of-Foundry-Developers/compendium-browser/issues",
"readme": "https://github.com/League-of-Foundry-Developers/compendium-browser/blob/master/README.md",
"changelog": "https://github.com/League-of-Foundry-Developers/compendium-browser/blob/master/CHANGELOG.md"
2019-12-29 16:54:57 +00:00
}