{
    "version": "3.16.1709",
    "description": "Image viewer to view all common image formats including RAW and psd images",
    "homepage": "https://nomacs.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/nomacs/nomacs/releases/download/3.16.224/nomacs-portable-win.zip",
            "hash": "b062dd0cfdf59db1b5a8a8afa53fdff20c1f140dda12d31f9ee7f7e50b99a36d"
        }
    },
    "extract_dir": "nomacs-3.16.1709",
    "pre_install": [
        "ensure \"$persist_dir\" | Out-Null",
        "Copy-Item \"$persist_dir\\settings.ini\" \"$dir\" -ErrorAction SilentlyContinue -Force"
    ],
    "uninstaller": {
        "script": "Copy-Item \"$dir\\settings.ini\" \"$persist_dir\" -ErrorAction SilentlyContinue -Force"
    },
    "bin": "nomacs.exe",
    "shortcuts": [
        [
            "nomacs.exe",
            "nomacs"
        ]
    ],
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/nomacs/nomacs/releases/download/$version/nomacs-portable-win.zip"
            }
        },
        "extract_dir": "nomacs-$version"
    }
}
