{ "name": "dnd5e-custom-skills", "title": "5e - Custom Abilities & Skills", "description": "FoundryVTT module for adding new character skills and abilities", "version": "1.0.8", "minimumCoreVersion": "0.7.6", "compatibleCoreVersion": "9.280", "url": "https://github.com/misthero/dnd5e-custom-skills/tree/FVTT-V9", "manifest": "https://raw.githubusercontent.com/misthero/dnd5e-custom-skills/FVTT-V9/module.json", "download": "https://github.com/misthero/dnd5e-custom-skills/archive/refs/heads/FVTT-V9.zip", "system": ["dnd5e"], "includes": [ "./assets/**", "./lang/**", "./scripts/**", "./styles/**", "./templates/**", "./module.json" ], "authors": [{ "name": "misthero", "url": "https://github.com/misthero" }], "esmodules": [ "./dnd5e-custom-skills.js" ], "styles": ["css/styles.css"], "languages": [{ "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "it", "name": "Italiano", "path": "lang/it.json" } ] }