{
    "version": "1.78",
    "description": "Image-to-material converter for video game development",
    "homepage": "http://www.boundingboxsoftware.com/materialize/",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2013"
    },
    "architecture": {
        "64bit": {
            "url": "http://www.boundingboxsoftware.com/materialize/download/Materialize_1.78.zip",
            "hash": "b0f6e3a905781e85dcd7db2383646bce51b8984ab93d1e3d13be42d5bea8904a"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\settings.txt\")) { New-Item \"$dir\\settings.txt\" | Out-Null }",
    "bin": "Materialize.exe",
    "shortcuts": [
        [
            "Materialize.exe",
            "Materialize"
        ]
    ],
    "persist": "settings.txt",
    "checkver": {
        "url": "http://www.boundingboxsoftware.com/materialize/getkey.php",
        "regex": "download/Materialize_([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "url": "http://www.boundingboxsoftware.com/materialize/download/Materialize_$version.zip"
    }
}
