{
    "version": "2.0.0-beta.8",
    "description": "A full-featured launcher, access programs and web contents as you type.",
    "homepage": "http://www.wox.one",
    "license": "MIT",
    "suggest": {
        "Python3": "python",
        "Everything": "extras/everything"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Wox-launcher/Wox/releases/download/v2.0.0-beta.8/wox-windows-amd64.exe",
            "hash": "09fdb95b6ae020af1a13f3ffa8826b970fe7854a55936de768b76112b96c58af"
        }
    },
    "installer": {
        "script": "Rename-Item \"$dir\\wox-windows-amd64.exe\" 'Wox.exe'"
    },
    "shortcuts": [
        [
            "Wox.exe",
            "Wox"
        ]
    ],
    "checkver": {
        "url": "https://github.com/Wox-launcher/Wox/releases",
        "regex": "tree/v([\\d.]+-beta\\.\\d+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Wox-launcher/Wox/releases/download/v$version/wox-windows-amd64.exe"
            }
        }
    }
}
