{
    "id": "campaign-codex",
    "title": "Campaign Codex",
    "version": "3.6.4",
    "scripts": [
        "scripts/jszip.min.js",
        "scripts/lib/leaflet/leaflet.js",
        "scripts/lib/vis/vis-network.min.js"
    ],
    "socket": true,
    "esmodules": [
        "scripts/main.js"
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        },
        {
            "lang": "fr",
            "name": "Français",
            "path": "lang/fr.json"
        },
        {
            "lang": "es",
            "name": "Español",
            "path": "lang/es.json"
        },
        {
            "lang": "pt-BR",
            "name": "Português (Brasil)",
            "path": "lang/pt-BR.json"
        },
        {
            "lang": "pl",
            "name": "Polski",
            "path": "lang/pl.json"
        }
    ],
    "compatibility": {
        "minimum": "13",
        "verified": "13"
    },
    "url": "https://github.com/xthesaintx/cc13",
    "manifest": "https://github.com/xthesaintx/cc13/releases/latest/download/module.json",
    "download": "https://github.com/xthesaintx/cc13/releases/download/3.6.4/module.zip",
    "readme": "https://campaigncodex.wgtngm.com",
    "authors": [
        {
            "name": "Stephen Garrett",
            "url": "https://www.patreon.com/wgtngm",
            "flags": {}
        }
    ],
    "styles": [
        "styles/campaign-codex.css",
        "scripts/lib/leaflet/leaflet.css",
        "scripts/lib/orgchart/orgchart.css"
    ],
    "relationships": {
        "systems": []
    },
    "packs": [
        {
            "name": "macros",
            "label": "macros",
            "path": "packs/macros",
            "type": "Macro",
            "ownership": {
                "PLAYER": "OBSERVER",
                "ASSISTANT": "OWNER"
            }
        }
    ],
    "packFolders": [
        {
            "name": "WgtnGM",
            "sorting": "m",
            "color": "#205d9e",
            "packs": [],
            "folders": [
                {
                    "name": "CampaignCodex",
                    "sorting": "m",
                    "color": "#205d9e",
                    "packs": [
                        "macros"
                    ]
                }
            ]
        }
    ]
}