{
    "version": "4.2.0",
    "description": "A fast, free and fully customizable image viewer for Windows 10 and 11",
    "homepage": "https://picview.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Ruben2776/PicView/releases/download/4.2.0/PicView-v4.2.0-win-x64.zip",
            "hash": "d0b98a9a69b5274fdf0d6e80feae5b197aa16739f6b09537baaeeefcecc345ba",
            "extract_dir": "PicView-v4.2.0-win-x64"
        },
        "arm64": {
            "url": "https://github.com/Ruben2776/PicView/releases/download/4.2.0/PicView-v4.2.0-win-arm64.zip",
            "hash": "24a4e50c9bb934db7e7560818e31671e075b199235f28236850d4ea19f59951a",
            "extract_dir": "PicView-v4.2.0-win-arm64"
        }
    },
    "post_install": [
        "# i18n syncing",
        "Copy-Item \"$dir\\Config.original\\Languages\\**\" \"$dir\\Config\\Languages\" -Force -ErrorAction SilentlyContinue"
    ],
    "bin": "PicView.exe",
    "shortcuts": [
        [
            "PicView.exe",
            "PicView"
        ]
    ],
    "persist": "Config",
    "checkver": {
        "github": "https://github.com/Ruben2776/PicView"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Ruben2776/PicView/releases/download/$version/PicView-v$version-win-x64.zip",
                "extract_dir": "PicView-v$version-win-x64"
            },
            "arm64": {
                "url": "https://github.com/Ruben2776/PicView/releases/download/$version/PicView-v$version-win-arm64.zip",
                "extract_dir": "PicView-v$version-win-arm64"
            }
        }
    }
}
