{
    "id": "karma",
    "title": "Karmic Dice",
    "description": "Bad luck protection for dice rolls through karma.",
    "authors": [
        {
            "name": "Matheus Clemente",
            "discord": "mclemente"
        }
    ],
    "esmodules": [
        "module/karma.js"
    ],
    "styles": [
        "styles/karma.css"
    ],
    "relationships": {
        "conflicts": [
            {
                "id": "foundryvtt-die-hard",
                "type": "module"
            }
        ]
    },
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        }
    ],
    "compatibility": {
        "minimum": 14,
        "verified": 14
    },
    "url": "https://github.com/mclemente/fvtt-karma",
    "version": "2.4.0",
    "manifest": "https://github.com/mclemente/fvtt-karma/releases/latest/download/module.json",
    "download": "https://github.com/mclemente/fvtt-karma/releases/download/2.4.0/module.zip"
}