{
    "version": "0.99.7.1",
    "description": "8-bit voxel art editor and GPU based interactive path tracing renderer",
    "homepage": "https://ephtracy.github.io/",
    "license": {
        "identifier": "Freeware",
        "url": "https://ephtracy.github.io/"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/ephtracy/ephtracy.github.io/releases/download/0.99.7/MagicaVoxel-0.99.7.1-win64.zip",
            "hash": "cff21ae04622f0b1a64b33c66f13fe5076f3002acabd1d72f4c4939a7df1e1de",
            "extract_dir": "MagicaVoxel-0.99.7.1-win64"
        }
    },
    "bin": "MagicaVoxel.exe",
    "shortcuts": [
        [
            "MagicaVoxel.exe",
            "MagicaVoxel"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/ephtracy/ephtracy.github.io/releases",
        "jsonpath": "$..browser_download_url",
        "regex": "MagicaVoxel-([\\d.]+)-win64\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ephtracy/ephtracy.github.io/releases/download/$matchHead/MagicaVoxel-$version-win64.zip",
                "extract_dir": "MagicaVoxel-$version-win64"
            }
        }
    }
}
