{
    "version": "0.9.11",
    "description": "A tiling window manager for Windows 10",
    "homepage": "https://workspacer.org",
    "license": "MIT",
    "notes": "Add \"context.Branch = Branch.None;\" at the start of your config to disable auto-updates.",
    "architecture": {
        "64bit": {
            "url": "https://github.com/workspacer/workspacer/releases/download/v0.9.11/workspacer-0.9.11-stable.zip",
            "hash": "0b19779a84adefb9646de4598586eb67a563920195b66fabc39c5cf11f6a3c4c"
        }
    },
    "pre_install": "if ([environment]::OSVersion.Version.Major -lt 10) { error \"$app requires Windows 10 or above\"; break }",
    "pre_uninstall": "Stop-Process -Name 'workspacer' -ErrorAction SilentlyContinue",
    "shortcuts": [
        [
            "workspacer.exe",
            "workspacer"
        ]
    ],
    "checkver": {
        "github": "https://github.com/workspacer/workspacer"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/workspacer/workspacer/releases/download/v$version/workspacer-$version-stable.zip"
            }
        }
    }
}
