{
    "version": "9.6.1",
    "description": "Easiest and quickest way to run mock APIs locally.",
    "homepage": "https://mockoon.com",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mockoon/mockoon/releases/download/v9.6.1/mockoon.setup.9.6.1.exe#/dl.7z",
            "hash": "a25e2a71972e9c867840bae11903e8170abf4a9da36da7d62214e8963c1edd83",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\" -Recurse"
            ]
        }
    },
    "bin": "Mockoon.exe",
    "shortcuts": [
        [
            "Mockoon.exe",
            "Mockoon"
        ]
    ],
    "checkver": {
        "github": "https://github.com/mockoon/mockoon"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mockoon/mockoon/releases/download/v$version/mockoon.setup.$version.exe#/dl.7z"
            }
        }
    }
}
