{
    "id": "chat-portrait",
    "title": "Chat Portrait",
    "description": "Display the Actor's portrait and colors on the Chat Message.",
    "version": "14.0.0",
    "authors": [
        {
            "name": "Shoyu Vanilla"
        },
        {
            "name": "p4535992",
            "url": "https://github.com/p4535992",
            "discord": "",
            "twitter": "",
            "patreon": "",
            "github": "p4535992",
            "ko-fi": "",
            "reddit": "",
            "email": ""
        }
    ],
    "socket": true,
    "media": [
        {
            "type": "icon",
            "location": ""
        },
        {
            "type": "cover",
            "location": ""
        },
        {
            "type": "screenshot",
            "location": ""
        },
        {
            "type": "background",
            "location": "assets/parchment.jpg"
        },
        {
            "type": "background",
            "location": "assets/parchment-white.jpg"
        }
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        },
        {
            "lang": "ko",
            "name": "한국어 (Korean)",
            "path": "languages/ko.json"
        },
        {
            "lang": "pt-BR",
            "name": "Português (Brasil)",
            "path": "languages/pt-BR.json"
        },
        {
            "lang": "es",
            "name": "Español",
            "path": "languages/es.json"
        },
        {
            "lang": "de",
            "name": "Deutsch (German)",
            "path": "languages/de.json"
        },
        {
            "lang": "ja",
            "name": "日本語",
            "path": "languages/ja.json"
        },
        {
            "lang": "fr",
            "name": "Français",
            "path": "languages/fr.json"
        },
        {
            "lang": "it",
            "name": "Italian",
            "path": "languages/it.json"
        }
    ],
    "packs": [],
    "scripts": [],
    "esmodules": [
        "module.js"
    ],
    "styles": [
        "styles/chat-portrait-settings.css",
        "styles/chat-portrait-style-a5e.css",
        "styles/chat-portrait-style-generic.css",
        "styles/chat-portrait-style-dnd5e.css",
        "styles/chat-portrait-style-pf2e.css",
        "styles/chat-portrait-style-swade.css",
        "styles/dd.css"
    ],
    "compatibility": {
        "minimum": 13,
        "verified": 14,
        "maximum": 14
    },
    "url": "https://github.com/p4535992/foundryvtt-chat-portrait",
    "manifest": "https://github.com/p4535992/foundryvtt-chat-portrait/releases/latest/download/module.json",
    "download": "https://github.com/p4535992/foundryvtt-chat-portrait/releases/download/14.0.0/module.zip",
    "readme": "https://github.com/p4535992/foundryvtt-chat-portrait/blob/master/README.md",
    "changelog": "https://github.com/p4535992/foundryvtt-chat-portrait/blob/master/changelog.md",
    "bugs": "https://github.com/p4535992/foundryvtt-chat-portrait/issues",
    "relationships": {
        "systems": [],
        "requires": [],
        "conflicts": [
            {
                "id": "simply-portraits",
                "reason": "Redundancy of features you can disable 'Simply Portraits' module if you want"
            }
        ],
        "optional": [
            {
                "id": "illandril-chat-enhancements",
                "type": "module"
            }
        ]
    }
}