compendium-browser/module.json

70 lines
2.5 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><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!",
"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"
}
],
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"
2021-09-05 03:27:26 +00:00
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
2019-12-29 16:54:57 +00:00
],
"url": "https://github.com/ZoltanTheDM/compendium-browser",
2023-03-15 00:03:50 +00:00
"manifest": "https://raw.githubusercontent.com/ZoltanTheDM/compendium-browser/v0.9.0/module.json",
"download": "https://github.com/ZoltanTheDM/compendium-browser/archive/v0.9.0.zip",
"minimumCoreVersion": "0.9.266",
"compatibleCoreVersion": "10",
"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"
2019-12-29 16:54:57 +00:00
}