compendium-browser/module.json

59 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!",
"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"
2023-11-08 03:03:55 +00:00
}