{
    "id": "module-profiles",
    "name": "module-profiles",
    "title": "Module Profiles",
    "description": "Adds the capability to store multiple different module profiles for easily swapping between game time and setup, as well as other scenarios.",
    "authors": [
        {
            "name": "NateHawk85"
        }
    ],
    "version": "1.1.2",
    "compatibility": {
        "minimum": "0.8.0",
        "verified": "13.348",
        "maximum": "14"
    },
    "url": "https://github.com/NateHawk85/module-profiles",
    "manifest": "https://github.com/NateHawk85/module-profiles/releases/latest/download/module.json",
    "download": "https://github.com/NateHawk85/module-profiles/releases/download/1.1.2/module-profiles.zip",
    "bugs": "https://github.com/NateHawk85/module-profiles/issues",
    "changelog": "https://github.com/NateHawk85/module-profiles/releases",
    "license": "https://raw.githubusercontent.com/NateHawk85/module-profiles/main/LICENSE",
    "readme": "https://raw.githubusercontent.com/NateHawk85/module-profiles/main/README.md",
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        }
    ],
    "styles": [
        "styles/module-profiles-styles.css"
    ],
    "esmodules": [
        "module-profiles.js"
    ]
}