{
    "id": "pf2e-hud",
    "title": "PF2e HUD",
    "description": "",
    "authors": [
        {
            "name": "Idle",
            "discord": "idleatre"
        }
    ],
    "esmodules": [
        "scripts/main.js"
    ],
    "compatibility": {
        "minimum": "14.361",
        "verified": "14.365",
        "maximum": "14"
    },
    "version": "2.53.0",
    "url": "https://github.com/reonZ/pf2e-hud",
    "readme": "https://github.com/reonZ/pf2e-hud/blob/master/README.md",
    "manifest": "https://raw.githubusercontent.com/reonZ/pf2e-hud/master/module.json",
    "download": "https://github.com/reonZ/pf2e-hud/releases/download/2.53.0/module.zip",
    "changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md",
    "bugs": "https://github.com/reonZ/pf2e-hud/issues",
    "styles": [
        "styles/pf2e-hud.css"
    ],
    "relationships": {
        "systems": [
            {
                "id": "pf2e",
                "type": "system",
                "manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.pf2e.json",
                "compatibility": {
                    "minimum": "8.1.2"
                }
            },
            {
                "id": "sf2e",
                "type": "system",
                "manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.sf2e.json",
                "compatibility": {
                    "minimum": "1.1.2"
                }
            }
        ],
        "requires": [
            {
                "id": "lib-wrapper",
                "type": "module",
                "manifest": "https://raw.githubusercontent.com/ruipin/fvtt-lib-wrapper/master/module.json"
            }
        ]
    },
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        },
        {
            "lang": "pl",
            "name": "Polish",
            "path": "lang/pl.json"
        },
        {
            "lang": "fr",
            "name": "Français",
            "path": "lang/fr.json"
        },
        {
            "lang": "cn",
            "name": "简体中文",
            "path": "lang/cn.json"
        },
        {
            "lang": "es",
            "name": "Español",
            "path": "lang/es.json"
        },
        {
            "lang": "pt-BR",
            "name": "Português Brasileiro",
            "path": "lang/pt-BR.json"
        },
        {
            "lang": "ja",
            "name": "日本語",
            "path": "lang/ja.json"
        }
    ]
}