compendium-browser/src/module.json

65 lines
1.4 KiB
JSON
Raw Normal View History

2023-11-08 03:03:55 +00:00
{
2023-11-08 17:53:27 +00:00
"id": "compendium-browser",
"title": "Compendium Browser",
"description": "Easily browse and filter spells, feats, items, and npcs loaded from compendiums!",
"authors": [
{
"name": "Matheus Clemente",
"discord": "mclemente#5524"
}
],
2023-11-09 17:14:29 +00:00
"url": "This is auto replaced",
"readme": "https://github.com/mclemente/compendium-browser/blob/master/README.md",
"bugs": "https://github.com/mclemente/compendium-browser/issues",
"changelog": "https://github.com/mclemente/compendium-browser/blob/master/Patchnotes.md",
"version": "This is auto replaced",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"esmodules": ["module/compendium-browser.js"],
"styles": ["styles/compendium-browser.css"],
2023-11-08 17:53:27 +00:00
"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"
}
],
2023-11-09 17:14:29 +00:00
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system"
}],
"requires": [],
"conflicts": []
2023-11-08 17:53:27 +00:00
},
2023-11-09 17:14:29 +00:00
"manifest": "This is auto replaced",
"download": "This is auto replaced"
2023-11-08 03:03:55 +00:00
}