{
    "version": "0.0.1-beta.19",
    "description": "A simple but powerful tool for API automation testing.",
    "homepage": "https://www.testmace.com/",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://s3.amazonaws.com/testmacedownload/TestMace%20Setup%200.0.1-beta.19.exe#/dl.7z",
            "hash": "sha512:65b838b16a2d20afc46f2d2935142b2555d0b14dbcf6698733c0248a0be94684db13b6591e40e53ec43c9cce4edf105032dae9538958944ae2e002d551d735fe",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "TestMace.exe",
            "TestMace"
        ]
    ],
    "checkver": {
        "url": "https://s3.amazonaws.com/testmacedownload/latest.yml",
        "regex": "version: ([\\w-.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://s3.amazonaws.com/testmacedownload/TestMace%20Setup%20$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512: $base64"
                }
            }
        }
    }
}
