{
    "version": "2.7.3",
    "description": "Open-source smart browser for busy people. A single place for all of your web applications.",
    "homepage": "https://getstation.com/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/getstation/desktop-app/releases/download/v2.7.3/Station-Setup.exe#/dl.7z",
            "hash": "sha512:3e97c052c3df87dd46263f08e924604d5009f418235b8571493d65e9bb47daf2a77bba080d51d5885994281eb1e21de5be6effe52976bb36f5216fffb3fc9723"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal | Out-Null",
        "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*.exe\" -Force -Recurse"
    ],
    "shortcuts": [
        [
            "Station.exe",
            "Station"
        ]
    ],
    "checkver": {
        "github": "https://github.com/getstation/desktop-app"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/getstation/desktop-app/releases/download/v$version/Station-Setup.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "(?sm)$basename.*?$base64"
        }
    }
}
