{
    "id": "pf2e-table-mode",
    "title": "Table Mode",
    "description": "<p>A module for playing at an in-person table.</p>",
    "version": "v0.1.1",
    "compatibility": {
        "minimum": 13,
        "verified": 13
    },
    "relationships": {
        "requires": [
            {
                "id": "socketlib",
                "type": "module",
                "compatibility": {
                    "minimum": "v1.1.3",
                    "verified": "v1.1.3"
                }
            }
        ]
    },
    "esmodules": [
        "main.iife.js"
    ],
    "styles": [
        {
            "src": "style.css"
        }
    ],
    "authors": [
        {
            "name": "Cass Forest",
            "discord": "cityboundforest",
            "email": "cityboundforest@gmail.com",
            "url": "https://cityboundforest.com"
        }
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        }
    ],
    "packs": [
        {
            "name": "table-mode-macros",
            "label": "Macros for Table Mode",
            "path": "packs/macros",
            "type": "Macro",
            "ownership": {
                "PLAYER": "NONE",
                "ASSISTANT": "OWNER"
            }
        }
    ],
    "socket": true,
    "manifest": "https://cityboundforest.com/foundry/pf2e-table-mode.json",
    "download": "https://tangled.org/cass.cityboundforest.com/pf2e-table-mode/tags/b52f2af1c1461e241567feb8521c2c9d1e37b3ff/download/module.zip"
}