{
    "id": "pf2e-downtime",
    "title": "PF2e Downtime Tracker",
    "version": "0.13.3",
    "download": "https://github.com/crash1115/pf2e-downtime/releases/download/0.13.3/module.zip",
    "manifest": "https://github.com/crash1115/pf2e-downtime/releases/latest/download/module.json",
    "url": "https://github.com/crash1115/pf2e-downtime",
    "compatibility": {
        "minimum": "13",
        "verified": "13"
    },
    "relationships": {
        "systems": [
            {
                "id": "pf2e",
                "type": "system",
                "compatibility": {}
            }
        ]
    },
    "authors": [
        {
            "name": "CRASH1115",
            "url": "https://github.com/crash1115",
            "discord": "crash1115",
            "flags": {}
        }
    ],
    "esmodules": [
        "./scripts/pf2e-downtime.js"
    ],
    "styles": [
        "./styles/pf2e-downtime.css"
    ],
    "flags": {
        "hotReload": {
            "extensions": [
                "hbs",
                "html",
                "css"
            ]
        }
    }
}