All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

41 lines
1.2 KiB

{
"id": "token-variants",
"title": "Token Variant Art",
"description": "Searches a customizable list of directories and displays art variants for tokens/actors through pop-ups and a new Token HUD button. Variants can be individually shared with players allowing them to switch out their token art on the fly.",
"version": "4.58.0",
"compatibility": {
"minimum": "11",
"verified": 11
},
"download": "https://github.com/Aedif/TokenVariants/releases/download/4.58.0/token-variants.zip",
"url": "https://github.com/Aedif/TokenVariants",
"manifest": "https://raw.githubusercontent.com/Aedif/TokenVariants/master/token-variants/module.json",
"author": "Aedif",
"authors": [
{
"name": "Aedif",
"discord": "aedif"
}
],
"bugs": "https://github.com/Aedif/TokenVariants/issues",
"allowBugReporter": true,
"socket": true,
"esmodules": ["bundle.js"],
"scripts": [],
"styles": ["styles/tva-styles.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module"
}
]
}
}