{
    "id": "betterroofs",
    "title": "Better Roofs",
    "description": "Vision enhancements for roofs",
    "version": "3.0.0",
    "authors": [
        {
            "name": "theripper93",
            "email": "tsplab@gmail.com",
            "url": "https://www.patreon.com/theripper93"
        }
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        },
        {
            "lang": "de",
            "name": "Deutsch",
            "path": "lang/de.json"
        },
        {
            "lang": "fr",
            "name": "Français",
            "path": "lang/fr.json"
        },
        {
            "lang": "ja",
            "name": "日本語",
            "path": "lang/ja.json"
        },
        {
            "lang": "es",
            "name": "Español",
            "path": "lang/es.json"
        }
    ],
    "scripts": [
        "scripts/main.js",
        "scripts/roofs.js",
        "scripts/helpers.js",
        "scripts/config.js",
        "scripts/occlusionlink.js"
    ],
    "url": "https://github.com/theripper93/Better-Roofs",
    "manifest": "https://github.com/theripper93/Better-Roofs/releases/latest/download/module.json",
    "download": "https://github.com/theripper93/Better-Roofs/releases/download/3.0.0/module.zip",
    "relationships": {
        "requires": [
            {
                "id": "lib-wrapper",
                "type": "module",
                "compatibility": {}
            }
        ],
        "recommends": [
            {
                "id": "theripper-premium-hub",
                "type": "module",
                "reason": "TheRipper93's Module Hub will alert you of critical updates and give you easy access to documentation in the configure settings screen",
                "compatibility": {}
            }
        ]
    },
    "compatibility": {
        "minimum": "13",
        "verified": "13"
    }
}