{
    "version": "3.3.0",
    "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/v3.3.0/Station-Setup.exe#/dl.7z",
            "hash": "sha512:0f4618b5741b8b76a1104b0d312cd4562d2f5c74262cd82ba440d3fd9c115bf638a76d0804ebf5543a9bf32191745394598e3bcdd977ac999702d235b0219b87"
        }
    },
    "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"
        }
    }
}
