{
    "version": "6.2.0",
    "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/v6.2.0/mockoon.setup.6.2.0.exe#/dl.7z",
            "hash": "3c6f715c4c159ccd5d9f02c97b12472270f43dd8c72ffe87c294e16664bd82f4",
            "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"
            }
        }
    }
}
