{
    "version": "5.0.12",
    "description": "Image and photo editor",
    "homepage": "https://www.getpaint.net",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.getpaint.net/license.html"
    },
    "notes": "Windows 7 SP1 and Windows 8.1 are no longer supported.",
    "architecture": {
        "64bit": {
            "url": "https://github.com/paintdotnet/release/releases/download/v5.0.12/paint.net.5.0.12.portable.x64.zip",
            "hash": "17c3e0c7bbd8fc9b795b588031546dc196fb9483dc2293eab0df104944eb7de7"
        },
        "arm64": {
            "url": "https://github.com/paintdotnet/release/releases/download/v5.0.12/paint.net.5.0.12.portable.arm64.zip",
            "hash": "ce240693b9f3f3706a89b5c3fb3ba1eb15f5e1b30051629a3b6147be182f89d3"
        }
    },
    "pre_install": "if(!(Test-Path \"$persist_dir\\PaintDotNet.AppSettings.json\")) {New-Item \"$dir\\PaintDotNet.AppSettings.json\" -ItemType File | Out-Null}",
    "bin": "paintdotnet.exe",
    "shortcuts": [
        [
            "PaintDotNet.exe",
            "paint.net"
        ]
    ],
    "persist": [
        "Effects",
        "FileTypes",
        "Shapes",
        "PaintDotNet.AppSettings.json"
    ],
    "checkver": {
        "github": "https://github.com/paintdotnet/release/"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/paintdotnet/release/releases/download/v$version/paint.net.$version.portable.x64.zip"
            },
            "arm64": {
                "url": "https://github.com/paintdotnet/release/releases/download/v$version/paint.net.$version.portable.arm64.zip"
            }
        }
    }
}
