{
    "version": "1.14.0",
    "description": "A thoughtfully crafted e-book reader for book lovers.",
    "homepage": "https://github.com/Anxcye/anx-reader",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Anxcye/anx-reader/releases/download/v1.14.0/Anx-Reader-windows-1.14.0.zip",
            "hash": "052bc63717f912b6962f3b98f11f86eea3337223d54ca9a18b48be7aa0051c86"
        }
    },
    "shortcuts": [
        [
            "anx_reader.exe",
            "Anx Reader"
        ]
    ],
    "post_uninstall": [
        "if ($purge) {",
        "    $env:APPDATA, $env:LOCALAPPDATA | ForEach-Object {",
        "        Join-Path -Path $_ -ChildPath 'com.anxcye\\anx_reader' | Remove-Item -Force -Recurse -ErrorAction Ignore",
        "    }",
        "}"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Anxcye/anx-reader/releases/download/v$version/Anx-Reader-windows-$version.zip"
            }
        }
    }
}
