{
    "version": "0.12.1",
    "homepage": "https://github.com/Blinue/Magpie",
    "description": "A utility app that can magnify any window to full screen and has a large number of built-in scaling algorithms/filters.",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Blinue/Magpie/releases/download/v0.12.1/Magpie-v0.12.1-x64.zip",
            "hash": "8bc8bc233438f546b7996b00b21d7376f4f7d3d8a4940e6a8800babd2225b2de"
        },
        "arm64": {
            "url": "https://github.com/Blinue/Magpie/releases/download/v0.12.1/Magpie-v0.12.1-ARM64.zip",
            "hash": "f61ec427c31cef202403c81b27f76e95dc9ee85db3fb8b15076afb02ee753c0d"
        }
    },
    "pre_install": "Copy-Item \"$persist_dir\\ScaleModels.json\" \"$dir\\ScaleModels.json\" -ErrorAction 'SilentlyContinue'",
    "shortcuts": [
        [
            "Magpie.exe",
            "Magpie"
        ]
    ],
    "persist": [
        "config",
        "cache",
        "logs"
    ],
    "pre_uninstall": "Copy-Item \"$dir\\ScaleModels.json\" \"$persist_dir\\ScaleModels.json\" -ErrorAction 'SilentlyContinue'",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Blinue/Magpie/releases/download/v$version/Magpie-v$version-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/Blinue/Magpie/releases/download/v$version/Magpie-v$version-ARM64.zip"
            }
        }
    }
}
