{
    "version": "3.5.8",
    "description": "VESTA is a 3D visualization program for structural models, volumetric data such as electron/nuclear densities, and crystal morphologies.",
    "homepage": "https://jp-minerals.org/vesta/en/",
    "license": {
        "identifier": "Freeware",
        "url": "https://jp-minerals.org/vesta/en/download.html"
    },
    "architecture": {
        "64bit": {
            "url": "https://jp-minerals.org/vesta/archives/3.5.8/VESTA-win64.zip",
            "hash": "9390bccd3e7e9d89ba18fe19a5a8568d42d308bd27922610e84bd6bcf182e146",
            "extract_dir": "VESTA-win64"
        },
        "32bit": {
            "url": "https://jp-minerals.org/vesta/archives/3.5.8/VESTA.zip",
            "hash": "10cbc68d5ec4f77d0fe375b43a7f5340680943b0f5b8273acb2dc558101821c3",
            "extract_dir": "VESTA"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\vesta.ini\")) { New-Item \"$dir\\vesta.ini\" | Out-Null }",
    "shortcuts": [
        [
            "vesta.exe",
            "Vesta"
        ]
    ],
    "persist": [
        "style",
        "VESTA.ini"
    ],
    "checkver": {
        "url": "https://jp-minerals.org/vesta/en/changes.html",
        "regex": "ver\\.\\s([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://jp-minerals.org/vesta/archives/$version/VESTA-win64.zip"
            },
            "32bit": {
                "url": "https://jp-minerals.org/vesta/archives/$version/VESTA.zip"
            }
        }
    }
}
