{
    "version": "2.0.3",
    "description": "A full-featured launcher, access programs and web contents as you type.",
    "homepage": "http://www.wox.one",
    "license": {
        "identifier": "GPL-3.0-or-later",
        "url": "https://github.com/Wox-launcher/Wox/blob/master/LICENSE"
    },
    "suggest": {
        "Python3": "main/python",
        "Everything": "extras/everything"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Wox-launcher/Wox/releases/download/v2.0.3/wox-windows-amd64.exe#/wox.exe",
            "hash": "3bdcc9bf0af29cf15ce48433d64831cf477104002c8af224079ed21ca393d863"
        }
    },
    "bin": "wox.exe",
    "shortcuts": [
        [
            "wox.exe",
            "Wox"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/Wox-launcher/Wox/releases",
        "jsonpath": "$[?(@.prerelease == false)].html_url",
        "regex": "(?i)tag/v([\\d.]+)(?=\")"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Wox-launcher/Wox/releases/download/v$version/wox-windows-amd64.exe#/wox.exe"
            }
        }
    }
}
